[Bugfix] fix the display error (inconsistent context) (#17699)

Signed-off-by: linhaifeng <1371675203@qq.com>
This commit is contained in:
linhaifeng
2026-01-31 23:35:11 -08:00
committed by GitHub
parent e5ac6229e1
commit 2c036f1eb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def load_pdmux_config(config_path: str) -> PDMuxConfig:
raise ValueError("Missing required field: sm_group_num")
if raw["sm_group_num"] < 3:
raise ValueError("sm_group_num must greater than 3")
raise ValueError("sm_group_num must be >= 3")
manual_divisions = raw.get("manual_divisions", [])