Skip to content

Commit 008c5a9

Browse files
author
Shoshana Berleant
committed
correct line-length
1 parent 40e8818 commit 008c5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/testing/tests/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def test_tempfatfs():
2020
with fatfs as tmpdir:
2121
yield assert_true, os.path.exists(tmpdir)
2222

23-
@patch('subprocess.check_call', MagicMock(side_effect=subprocess.CalledProcessError('','')))
23+
@patch('subprocess.check_call', MagicMock(
24+
side_effect=subprocess.CalledProcessError('','')))
2425
def test_tempfatfs_calledprocesserror():
2526
yield assert_raises, IOError, TempFATFS
2627

0 commit comments

Comments
 (0)