diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-04-06 15:18:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 19:18:29 -0300 |
| commit | 68c7e46a6a2e5bf727307c9c08eae8b5594884da (patch) | |
| tree | 0ad2cba6e159b57bae8d56545d02f304be8065b3 /tools/progress.py | |
| parent | 471d86f5303aa2afac56cd8cd498f1d5ab59f6ed (diff) | |
Hotfix progress script due to extracted change (#1611)
Diffstat (limited to 'tools/progress.py')
| -rwxr-xr-x | tools/progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/progress.py b/tools/progress.py index c0e072f46..dc567f00b 100755 --- a/tools/progress.py +++ b/tools/progress.py @@ -318,7 +318,7 @@ for srcCat in asmTracker: # Calculate size of all assets for assetCat in assetsTracker: for index, f in assetsTracker[assetCat]["files"]: - assetsTracker[assetCat]["totalSize"] += os.stat(os.path.join("baseroms", "n64-us", "segments", f)).st_size + assetsTracker[assetCat]["totalSize"] += os.stat(os.path.join("extracted", "n64-us", "baserom", f)).st_size if args.matching: for assetCat in assetsTracker: |
