Skip to content

Commit

Permalink
check if set -e is causing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Oct 2, 2023
1 parent 6881618 commit 06ab9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobrunner/lib/_filetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def CreateSubmitFile(config):
submitfile.write(f"{entry}\n")

# set -e to return when error is detected
submitfile.write("\nset -e\n")
#submitfile.write("\nset -e\n")

# set environment variable to working directory
submitfile.write(f'\nJobWorkDir="{config.job.workdir}"\n')
Expand Down

0 comments on commit 06ab9f1

Please sign in to comment.