Skip to content

Commit eff7b43

Browse files
committed
Changed PBS plugin output to file_split
1 parent 5836856 commit eff7b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
5151
def _is_pending(self, taskid):
5252
result = CommandLine('qstat -f {}'.format(taskid),
5353
environ=dict(os.environ),
54-
terminal_output='allatonce',
54+
terminal_output='file_split',
5555
resource_monitor=False,
5656
ignore_exception=True).run()
5757

0 commit comments

Comments
 (0)