Skip to content

Commit 703fde2

Browse files
author
Mgcini Keith Phuthi
committed
cleanup
1 parent a82ff3c commit 703fde2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

asimtools/job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def _gen_array_script(
646646
# txt += 'fi\n\n'
647647
# txt += 'cd ${WORKDIR}\n'
648648
txt += ' ' + '\n'.join(slurm_params.get('precommands', []))
649-
txt += ' \n'.join(
649+
txt += '\n '.join(
650650
self.unitjobs[0].calc_params.get('precommands', [])
651651
) + '\n'
652652
txt += ' echo "WORKDIR: ${WORKDIR}"\n'

docs/CONTRIBUTING.md

-1
This file was deleted.

docs/README.md

-1
This file was deleted.

0 commit comments

Comments
 (0)