Split fragment progress

This commit is contained in:
Kelebek1 2024-09-05 20:54:43 +01:00
parent 7840122b79
commit 3aa507eae2

View File

@ -24,6 +24,8 @@ def getProgressFromMapFile(mapFile: mapfile_parser.MapFile, asmPath: Path, nonma
continue
folder = file.filepath.parts[pathIndex]
if folder == "fragments":
folder = folder + "/" + file.filepath.parts[pathIndex + 1]
if ".a" in folder:
folder = folder.split('.a')[0]