Skip to content

Commit d951ab4

Browse files
committed
fix tests
1 parent ec4d612 commit d951ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ def _run_interface(self, runtime, correct_return_codes=(0,)):
16071607

16081608
runtime.command_path = cmd_path
16091609
runtime.dependencies = get_dependencies(executable_name, runtime.environ)
1610-
runtime = run_command(runtime, output=self.inputs.terminal_output)
1610+
runtime = run_command(runtime, output=self.terminal_output)
16111611
if runtime.returncode is None or \
16121612
runtime.returncode not in correct_return_codes:
16131613
self.raise_exception(runtime)

0 commit comments

Comments
 (0)