This commit is contained in:
Ayzen
2026-05-06 16:08:24 +03:00
parent cb4ba861d9
commit cf3f3cbd67
24 changed files with 670 additions and 247 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def validate_processing_mode_constraints(
)
return
if processing_mode != "gpr":
if processing_mode not in {"gpr", "legacy_gpr"}:
return
configured_combos = {(int(combo.input), int(combo.output)) for combo in config.combos}