summaryrefslogtreecommitdiff
path: root/tools/progress.py
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-04-06 15:18:29 -0700
committerGitHub <noreply@github.com>2024-04-06 19:18:29 -0300
commit68c7e46a6a2e5bf727307c9c08eae8b5594884da (patch)
tree0ad2cba6e159b57bae8d56545d02f304be8065b3 /tools/progress.py
parent471d86f5303aa2afac56cd8cd498f1d5ab59f6ed (diff)
Hotfix progress script due to extracted change (#1611)
Diffstat (limited to 'tools/progress.py')
-rwxr-xr-xtools/progress.py2
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: