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.
1 parent 73cb598 commit 4486775Copy full SHA for 4486775
nipype/pipeline/plugins/slurmgraph.py
@@ -54,7 +54,7 @@ def __init__(self, **kwargs):
54
if 'sbatch_args' in kwargs['plugin_args']:
55
self._sbatch_args = kwargs['plugin_args']['sbatch_args']
56
if 'dont_resubmit_completed_jobs' in kwargs['plugin_args']:
57
- self._dont_resubmit_completed_jobs = plugin_args['dont_resubmit_completed_jobs']
+ self._dont_resubmit_completed_jobs = kwargs['plugin_args']['dont_resubmit_completed_jobs']
58
else:
59
self._dont_resubmit_completed_jobs = False
60
super(SLURMGraphPlugin, self).__init__(**kwargs)
0 commit comments