Skip to content

Commit 7e4d434

Browse files
committed
Fixing failing test
1 parent de373e4 commit 7e4d434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/algorithms/misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ class AddCSVRow(BaseInterface):
11951195
output_spec = AddCSVRowOutputSpec
11961196

11971197
def __init__(self, infields=None, force_run=True, **kwargs):
1198+
import warnings
11981199
warnings.warn('AddCSVRow is not thread-safe in multi-processor execution')
11991200
super(AddCSVRow, self).__init__(**kwargs)
12001201
undefined_traits = {}

0 commit comments

Comments
 (0)