pre-migration commit
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user