Skip to content

Commit

Permalink
Split fragment progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Maide committed Sep 5, 2024
1 parent d5af0f0 commit 32adc71
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 32adc71

Please sign in to comment.