diff options
| author | adaliaramon <70635214+adaliaramon@users.noreply.github.com> | 2024-01-11 17:04:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 11:04:53 -0500 |
| commit | 6eb3bf401cf768a81788e2aa90cb2cafbcd8d763 (patch) | |
| tree | 30755ae76a5006599f66d1170095204546a50e3f /first_diff.py | |
| parent | 1a8772e540add725d5de7b4678ab0e12b4b1b362 (diff) | |
Removed unused imports and other minor improvements (#1602)
* Removed unused imports and other minor improvements
* revert tools/ZAPD/ZAPD/genbuildinfo.py
* revert diff.py
* Update sym_info.py
* revert asm_processor/
---------
Co-authored-by: fig02 <fig02srl@gmail.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'first_diff.py')
| -rwxr-xr-x | first_diff.py | 2 |
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 |
