mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Adjust the format_check.py to the new zig cache folder.
This commit is contained in:
parent
0bb08097c7
commit
582e35a670
@ -14,6 +14,7 @@ for subdir, dirs, files in os.walk("."):
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user