From a6720721357ccde712c55d9420f737c2331bfad3 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Mon, 1 Aug 2016 11:05:20 +0200 Subject: [PATCH] forgot to add a 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 ceabd995..f47f6db8 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -1227,7 +1227,7 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, pbs += 'WINEARCH=win32 WINEPREFIX=~/.wine32 winefix\n' pbs += '# run all the PBS *.p files in find+xargs mode\n' pbs += 'echo "following cases will be run from following path:"\n' - pbs += 'echo "%s"' % (os.path.join(sim_id, pbs_in_base)) + pbs += 'echo "%s"\n' % (os.path.join(sim_id, pbs_in_base)) pbs += 'export LAUNCH_PBS_MODE=false\n' rpl = (cmd_find, os.path.join(sim_id, pbs_in_base)) pbs += "%s %s -type f -name '*.p' | sort -z\n" % rpl -- GitLab