Split fragment progress

This commit is contained in:
Maide
2024-09-05 20:54:43 +01:00
parent d5af0f0de8
commit 32adc71c58

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]