From 2add1b2678ea3e72634230a82ebce7ce5c7aa68e Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Mon, 1 Aug 2016 13:51:00 +0200
Subject: [PATCH] typo: forgotten line ending

---
 wetb/prepost/Simulations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index 002399c0..1734879a 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)
-- 
GitLab