Skip to content

Commit 4031084

Browse files
committed
removed unrelated comments copied from other code
1 parent 1c628c1 commit 4031084

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

easybuild/framework/easyconfig/tweak.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,9 +1073,6 @@ def list_deps_versionsuffixes(ec_spec):
10731073

10741074
versionsuffix_list = []
10751075
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...
10791076
val = parsed_ec[key]
10801077

10811078
if key in parsed_ec.iterate_options:

0 commit comments

Comments
 (0)