Skip to content

Commit

Permalink
Adjust the format_check.py to the new zig cache folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegratedQuantum committed Jun 16, 2024
1 parent 0bb0809 commit 582e35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
if filepath.startswith("./saves"): continue
if filepath.startswith("./serverAssets"): continue
if filepath.startswith("./zig-cache"): continue
if filepath.startswith("./.zig-cache"): continue

if filepath.endswith(".json") or filepath.endswith(".zig") or filepath.endswith(".py") or filepath.endswith(".zon") or filepath.endswith(".vs") or filepath.endswith(".fs") or filepath.endswith(".glsl"):
with open(filepath, "r", newline = '') as f:
Expand Down

0 comments on commit 582e35a

Please sign in to comment.