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 93305b0 commit 2097b87Copy full SHA for 2097b87
easybuild/framework/easyblock.py
@@ -2390,7 +2390,7 @@ def handle_iterate_opts(self):
2390
self.log.debug("Iterating opt %s: %s", opt, self.iter_opts[opt])
2391
2392
if self.iter_opts:
2393
- print_msg(f"starting iteration number {self.iter_idx + 1}/{self.iter_cnt} ...", log=self.log,
+ print_msg(f"starting iteration {self.iter_idx + 1}/{self.iter_cnt} ...", log=self.log,
2394
silent=self.silent)
2395
self.log.info("Current iteration index: %s", self.iter_idx)
2396
0 commit comments