Skip to content

Commit 006cdcf

Browse files
committed
import FileExistsError in test
1 parent b25c9c3 commit 006cdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import nipype.interfaces.io as nio
2121
from nipype.interfaces.base.traits_extension import isdefined
2222
from nipype.interfaces.base import Undefined, TraitError
23-
from nipype.utils.filemanip import dist_is_editable
23+
from nipype.utils.filemanip import dist_is_editable, FileExistsError
2424

2525
# Check for boto
2626
noboto = False

0 commit comments

Comments
 (0)