update and cleanup repo
This commit is contained in:
@@ -410,10 +410,10 @@ def get_cmdlet_arg_choices(
|
||||
|
||||
matrix_conf = {}
|
||||
try:
|
||||
providers = config.get("provider") or {}
|
||||
matrix_conf = providers.get("matrix") or {}
|
||||
plugins = config.get("plugin") or {}
|
||||
matrix_conf = plugins.get("matrix") or {}
|
||||
except Exception as exc:
|
||||
logger.exception("Failed to read matrix provider config: %s", exc)
|
||||
logger.exception("Failed to read matrix plugin config: %s", exc)
|
||||
matrix_conf = {}
|
||||
|
||||
raw = None
|
||||
|
||||
Reference in New Issue
Block a user