From a175ad0a1b2f7d774bc71fee50620fc8e0bb208e Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Wed, 16 Nov 2016 09:38:03 +0100 Subject: [PATCH] quote execution path in case some uses a path with spaces --- qsub-wrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsub-wrap.py b/qsub-wrap.py index 63ba96d..aa105a5 100755 --- a/qsub-wrap.py +++ b/qsub-wrap.py @@ -56,7 +56,7 @@ pwd [ANACONDA] [PYTHON_REPOS] -[command] [fpath] [kwargs_submit] +[command] "[fpath]" [kwargs_submit] [ANACONDA_STOP] -- GitLab