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 92635c0 commit 5168012Copy full SHA for 5168012
nipype/pipeline/plugins/slurmgraph.py
@@ -56,7 +56,7 @@ def __init__(self, **kwargs):
56
self._template = open(self._template).read()
57
if 'sbatch_args' in kwargs['plugin_args']:
58
self._sbatch_args = kwargs['plugin_args']['sbatch_args']
59
- if 'dont_resubmit_completed_jobs' in plugin_args:
+ if 'dont_resubmit_completed_jobs' in kwargs['plugin_args']:
60
self._dont_resubmit_completed_jobs = plugin_args['dont_resubmit_completed_jobs']
61
else:
62
self._dont_resubmit_completed_jobs = False
0 commit comments