mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 21:30:47 -04:00
Fix python linter warning
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user