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 5c4d4b7 commit 1e13f9cCopy full SHA for 1e13f9c
easybuild/framework/easyblock.py
@@ -1576,7 +1576,7 @@ def post_iter_step(self):
1576
1577
def det_iter_cnt(self):
1578
"""Determine iteration count based on configure/build/install options that may be lists."""
1579
- # Using get_ref to avoid template substitution (and possible failures)
+ # Using get_ref to avoid resolving templates as their required attributes may not be available yet
1580
iter_opt_counts = [len(self.cfg.get_ref(opt)) for opt in ITERATE_OPTIONS
1581
if opt not in ['builddependencies'] and isinstance(self.cfg.get_ref(opt), (list, tuple))]
1582
0 commit comments