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 4edfa98 + 4f882a7 commit f626d94Copy full SHA for f626d94
nipype/pipeline/plugins/sge.py
@@ -350,8 +350,7 @@ def __init__(self, **kwargs):
350
instantQstat = kwargs['plugin_args']['qstatProgramPath']
351
if 'qstatCachedProgramPath' in kwargs['plugin_args']:
352
cachedQstat = kwargs['plugin_args']['qstatCachedProgramPath']
353
- self._refQstatSubstitute = QstatSubstitute(
354
- instantQstat, cachedQstat)
+ self._refQstatSubstitute = QstatSubstitute(instantQstat, cachedQstat)
355
356
super(SGEPlugin, self).__init__(template, **kwargs)
357
0 commit comments