From bf289bae3148650eba224cdff1df5d25e8060801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <dev@stellardeath.org> Date: Tue, 14 Apr 2020 10:38:33 +0200 Subject: [PATCH] Will I ever get this logic right? --- mpcdf_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpcdf_common.py b/mpcdf_common.py index 706dca4..1d83927 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -506,7 +506,7 @@ def mpcdf_enable_repositories(api_url, project, package, verbose=False, dry_run= elif project.startswith("home:"): enable("System") - else: + elif project != "software": if flag == "compilers": for compiler in actual_compilers(): enable(compiler) -- GitLab