You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Don't handle BaseException in build scripts
This commit is contained in:
@@ -885,7 +885,7 @@ def show_progress(env):
|
||||
try:
|
||||
with open(node_count_data["fname"]) as f:
|
||||
node_count_data["max"] = int(f.readline())
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
cache_directory = os.environ.get("SCONS_CACHE")
|
||||
|
||||
Reference in New Issue
Block a user