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 fd42335 commit aeebab1Copy full SHA for aeebab1
nipype/interfaces/tests/test_base.py
@@ -661,7 +661,7 @@ def test_CommandLine_output():
661
ci.inputs.terminal_output = 'file'
662
res = ci.run()
663
yield assert_true, 'stdout.nipype' in res.runtime.stdout
664
- yield assert_equal, type(res.runtime.stdout), type('hi')
+ yield assert_equal, type(text_type(res.runtime.stdout)), type(text_type('hi'))
665
ci = nib.CommandLine(command='ls -l')
666
ci.inputs.terminal_output = 'none'
667
0 commit comments