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 f8472df commit 73e4d9aCopy full SHA for 73e4d9a
nipype/interfaces/base/tests/test_core.py
@@ -494,7 +494,7 @@ def test_CommandLine_prefix(tmpdir):
494
os.chmod(script_path, 0o755)
495
496
ci = nib.CommandLine(command=script_name)
497
- with pytest.raises(OSError):
+ with pytest.raises(IOError):
498
ci.run()
499
500
class OOPCLI(nib.CommandLine):
@@ -513,5 +513,5 @@ class OOPBadShell(nib.CommandLine):
513
_cmd_prefix = 'shell_dne {}/'.format(oop)
514
515
ci = OOPBadShell(command=script_name)
516
517
0 commit comments