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 1c628c1 commit 4031084Copy full SHA for 4031084
easybuild/framework/easyconfig/tweak.py
@@ -1073,9 +1073,6 @@ def list_deps_versionsuffixes(ec_spec):
1073
1074
versionsuffix_list = []
1075
for key in DEPENDENCY_PARAMETERS:
1076
- # loop over a *copy* of dependency dicts (with resolved templates);
1077
-
1078
- # to update the original dep dict, we need to get a reference with templating disabled...
1079
val = parsed_ec[key]
1080
1081
if key in parsed_ec.iterate_options:
0 commit comments