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 cc2ae18 commit 4f882a7Copy full SHA for 4f882a7
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