Skip to content

Commit 42cdc6e

Browse files
committed
fixed test
1 parent 79c4fdd commit 42cdc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/tests/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_flirt():
220220
if key in ('trait_added', 'trait_modified', 'in_file', 'reference',
221221
'environ', 'output_type', 'out_file', 'out_matrix_file',
222222
'in_matrix_file', 'apply_xfm', 'ignore_exception',
223-
'terminal_output'):
223+
'terminal_output', 'out_log', 'save_log'):
224224
continue
225225
param = None
226226
value = None

0 commit comments

Comments
 (0)