mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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