Skip to content

Commit 1e13f9c

Browse files
committed
Update comment
1 parent 5c4d4b7 commit 1e13f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ def post_iter_step(self):
15761576

15771577
def det_iter_cnt(self):
15781578
"""Determine iteration count based on configure/build/install options that may be lists."""
1579-
# Using get_ref to avoid template substitution (and possible failures)
1579+
# Using get_ref to avoid resolving templates as their required attributes may not be available yet
15801580
iter_opt_counts = [len(self.cfg.get_ref(opt)) for opt in ITERATE_OPTIONS
15811581
if opt not in ['builddependencies'] and isinstance(self.cfg.get_ref(opt), (list, tuple))]
15821582

0 commit comments

Comments
 (0)