diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 002399c09981c467f7d2a3f61d2dfc08c2b94de1..1734879acf677d3693f97a35b9de8e4e3dc50c51 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -2513,7 +2513,7 @@ class PBS(object): self.pbs += '# ' + '-'*60 + '\n' self.pbs += 'echo ""\n' - self.pbs += '# evaluates to true if LAUNCH_PBS_MODE is NOT set' + self.pbs += '# evaluates to true if LAUNCH_PBS_MODE is NOT set\n' self.pbs += "if [ -z ${LAUNCH_PBS_MODE+x} ] ; then\n" # the hawc2 execution commands via wine, in PBS mode fork and wait param = (self.wine, hawc2_exe, self.htc_dir+case, self.wine_appendix)