update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+3 -3
View File
@@ -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