summaryrefslogtreecommitdiff
path: root/first_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'first_diff.py')
-rwxr-xr-xfirst_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/first_diff.py b/first_diff.py
index 6d599d7a9..360eb42dc 100755
--- a/first_diff.py
+++ b/first_diff.py
@@ -47,7 +47,7 @@ def firstDiffMain():
buildFolder = Path("build") / args.version
BUILTROM = Path(f"oot-{args.version}.z64")
- BUILTMAP = buildFolder / f"z64.map"
+ BUILTMAP = buildFolder / "z64.map"
EXPECTEDROM = Path("baserom.z64")
EXPECTEDMAP = "expected" / BUILTMAP