pre-migration commit

This commit is contained in:
2026-04-26 15:08:35 -07:00
parent c724cb36b1
commit 39ee857559
32 changed files with 335 additions and 106 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ def get_cmdlet_arg_choices(
if config is None:
from SYS.config import load_config
config = load_config()
config = load_config(emit_summary=False)
except Exception as exc:
logger.exception("Failed to load config for matrix default choices: %s", exc)
config = config or {}