Fix python linter warning

This commit is contained in:
LagoLunatic
2025-05-14 16:03:35 -04:00
parent 4a54a410b1
commit db2f66125d
+1
View File
@@ -1761,6 +1761,7 @@ out_dir = config.build_dir / version
# This generates the build steps needed for preprocessing
def emit_build_rule(asset):
assert config.custom_build_steps is not None
steps = config.custom_build_steps.setdefault("pre-compile", [])
custom_data = asset.get("custom_data") or {}