Skip to content

Commit 1db8ee6

Browse files
committed
fixed template
1 parent c3e6f02 commit 1db8ee6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/pipeline/plugins/slurmgraph.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ class SLURMGraphPlugin(GraphPluginBase):
3939
qsub call
4040
4141
"""
42-
_template = """
43-
#!/bin/bash
44-
"""
42+
_template="#!/bin/bash"
4543

4644
def __init__(self, **kwargs):
4745
if 'plugin_args' in kwargs and kwargs['plugin_args']:

0 commit comments

Comments
 (0)