Skip to content
Snippets Groups Projects
Commit bf289bae authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Will I ever get this logic right?

parent 7f654d49
No related branches found
No related tags found
No related merge requests found
Pipeline #72823 passed
...@@ -506,7 +506,7 @@ def mpcdf_enable_repositories(api_url, project, package, verbose=False, dry_run= ...@@ -506,7 +506,7 @@ def mpcdf_enable_repositories(api_url, project, package, verbose=False, dry_run=
elif project.startswith("home:"): elif project.startswith("home:"):
enable("System") enable("System")
else: elif project != "software":
if flag == "compilers": if flag == "compilers":
for compiler in actual_compilers(): for compiler in actual_compilers():
enable(compiler) enable(compiler)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment