Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Dec 10, 2023
1 parent 0b8bee4 commit b7d780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/n/nwchem.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def test_cases_step(self):
test_cases_logfn = os.path.join(self.installdir, config.log_path(), 'test_cases.log')
test_cases_log = open(test_cases_logfn, "w")

# ensure parallel is set in case check_readiness_step is skipped (e.g. with --sanity-check-only)
# ensure parallel is set in case check_readiness_step is skipped
if not self.cfg['parallel']:
self.set_parallel()

Expand Down

0 comments on commit b7d780e

Please sign in to comment.