From db2f66125d5c8bcc860588252cab251a4bdf0d38 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Wed, 14 May 2025 16:03:35 -0400 Subject: [PATCH] Fix python linter warning --- configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.py b/configure.py index 54e5e5ed6..276fdb733 100755 --- a/configure.py +++ b/configure.py @@ -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 {}