Merge pull request #117 from Kelebek1/prog

Split fragment progress
This commit is contained in:
Revo
2024-09-05 16:27:04 -04:00
committed by GitHub

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]