Skip to content

Commit ad04f46

Browse files
committed
BF: Forgot to put the 'queue' command back in
1 parent 1e4c4f1 commit ad04f46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nipype/pipeline/plugins/dagman.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ def _submit_graph(self, pyfiles, dependencies, nodes):
106106
"override_specs", "wrapper_cmd",
107107
"wrapper_args"])
108108
# add required slots to the template
109-
template = '%s\n%s\n%s\n' % ('%(initial_specs)s',
110-
template,
111-
'%(override_specs)s')
109+
template = '%s\n%s\n%s\nqueue\n' % (
110+
'%(initial_specs)s',
111+
template,
112+
'%(override_specs)s')
112113
batch_dir, name = os.path.split(pyscript)
113114
name = '.'.join(name.split('.')[:-1])
114115
specs = dict(

0 commit comments

Comments
 (0)