Skip to content

Commit bd9113a

Browse files
author
Shoshana Berleant
committed
m rm unnecessary/confusing test msgs
1 parent 4b9dbe4 commit bd9113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ def remove_nii(filenames):
113113
try:
114114
os.remove(filename)
115115
except (OSError, TypeError) as e:
116-
print(e)
116+
pass

0 commit comments

Comments
 (0)