We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0c6ef commit 0598713Copy full SHA for 0598713
src/aiida/cmdline/commands/cmd_computer.py
@@ -857,9 +857,9 @@ def computer_search(pattern, source):
857
from aiida.cmdline.utils.registry_helpers import (
858
fetch_code_registry_data,
859
fetch_resource_registry_data,
860
- get_computers_table,
861
- get_computer_setup_config,
862
get_computer_configure_config,
+ get_computer_setup_config,
+ get_computers_table,
863
interactive_computer_selector,
864
interactive_variant_selector,
865
process_template_variables,
0 commit comments