Skip to content

Commit a37f67a

Browse files
committed
Merge branch 'master' into enh/restingconn
* master: fix: qstat initialization
2 parents 20880e0 + f626d94 commit a37f67a

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)