Skip to content

Commit

Permalink
Merge pull request #117 from Kelebek1/prog
Browse files Browse the repository at this point in the history
Split fragment progress
  • Loading branch information
RevoSucks authored Sep 5, 2024
2 parents 8c31e5f + 32adc71 commit 66493ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 66493ea

Please sign in to comment.