Skip to content

Commit

Permalink
improve walker for ztuac
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Dec 8, 2024
1 parent 05de266 commit 5fbd457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file is auto-generated by the pre-commit hook increment_version.py
VERSION = "2024.12.08"
COMMIT_HASH = "cde39f379"
COMMIT_TIME = "Sun Dec 8 14:22:17 2024 +0100"
COMMIT_HASH = "05de2669e"
COMMIT_TIME = "Sun Dec 8 14:29:52 2024 +0100"
1 change: 1 addition & 0 deletions modules/walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def generate_hash_table(gui, start_dir):
if error_files:
logging.error(f"{error_files} caused errors!")
out_dir = get_game_constants_dir(start_dir)
os.makedirs(out_dir, exist_ok=True)
# with open(os.path.join(out_dir, "hashes.json"), "w") as json_writer:
# json.dump(hashes, json_writer, indent="\t", sort_keys=True)
write_hashes_dict(os.path.join(out_dir, "hashes.py"), hashes)
Expand Down

0 comments on commit 5fbd457

Please sign in to comment.