cli connect paths crash: create_server_dict called with two args since the signature grew a third #132
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both call sites in aqomui_cli.py (establish_connection and set_hop) pass (server_dict, protocol_dict) to utils.create_server_dict, whose signature is (current_dict, protocol_dict, SUPPORTED_PROVIDERS) with no default — so
-cand-vdie on TypeError before reaching the service. The gui's three call sites pass config.SUPPORTED_PROVIDERS and are fine.Found surveying for #83/#125; the catalog extraction dissolves the duplication, but the cli is broken today independent of it.