Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Arthofer
ms_templates
Commits
f020b20f
Commit
f020b20f
authored
Apr 23, 2021
by
Christoph Arthofer
Browse files
fslsub issues
parent
a877cb50
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_template_construction.py
View file @
f020b20f
...
...
@@ -517,7 +517,8 @@ def submitJob(name, log_dir, queue, wait_for=[], script=None, command=None, copr
if
script
is
not
None
and
os
.
path
.
exists
(
script
):
cmd
+=
' -t '
+
script
elif
command
is
not
None
:
cmd
+=
' "'
+
command
+
'"'
cmd
+=
' '
+
command
+
' '
# cmd += ' "' + command + '"'
# stream = os.popen(cmd)
# job_id = stream.read()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment