Skip to content

Commit 6890a62

Browse files
orduekeffigies
andauthored
Update nibabel/freesurfer/tests/test_io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 8d92977 commit 6890a62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nibabel/freesurfer/tests/test_io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
data_path = pjoin(nib_data, 'nitest-freesurfer', DATA_SDIR)
3737
have_freesurfer = isdir(data_path)
3838

39-
freesurfer_test = pytest.mark.skipif(not have_freesurfer, reason='cannot find freesurfer {0} directory'.format(DATA_SDIR))
39+
freesurfer_test = pytest.mark.skipif(not have_freesurfer,
40+
reason='cannot find freesurfer {0} directory'.format(DATA_SDIR))
4041

4142
def _hash_file_content(fname):
4243
hasher = hashlib.md5()

0 commit comments

Comments
 (0)