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 9da5a83 commit b28e141Copy full SHA for b28e141
aiida_common_workflows/cli/utils.py
@@ -84,7 +84,7 @@ def get_code_from_list_or_database(codes, entry_point: str):
84
if entry.default_calc_job_plugin == entry_point:
85
return entry
86
87
- result = QueryBuilder().append(AbstractCode, filters={'attributes.default_calc_job_plugin': entry_point}).first()
+ result = QueryBuilder().append(AbstractCode, filters={'attributes.input_plugin': entry_point}).first()
88
89
if result is not None:
90
return result[0]
0 commit comments