We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c91b893 + 919da89 commit 79d30b4Copy full SHA for 79d30b4
nipype/pipeline/plugins/slurmgraph.py
@@ -44,6 +44,7 @@ class SLURMGraphPlugin(GraphPluginBase):
44
_template = "#!/bin/bash"
45
46
def __init__(self, **kwargs):
47
+ self._sbatch_args = ''
48
if 'plugin_args' in kwargs and kwargs['plugin_args']:
49
if 'retry_timeout' in kwargs['plugin_args']:
50
self._retry_timeout = kwargs['plugin_args']['retry_timeout']
0 commit comments