Skip to content

Commit 4f882a7

Browse files
committed
fix: qstat initialization
1 parent cc2ae18 commit 4f882a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/pipeline/plugins/sge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@ def __init__(self, **kwargs):
350350
instantQstat = kwargs['plugin_args']['qstatProgramPath']
351351
if 'qstatCachedProgramPath' in kwargs['plugin_args']:
352352
cachedQstat = kwargs['plugin_args']['qstatCachedProgramPath']
353-
self._refQstatSubstitute = QstatSubstitute(
354-
instantQstat, cachedQstat)
353+
self._refQstatSubstitute = QstatSubstitute(instantQstat, cachedQstat)
355354

356355
super(SGEPlugin, self).__init__(template, **kwargs)
357356

0 commit comments

Comments
 (0)