Skip to content

Commit

Permalink
TEST/FIX: Bad input value now causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 22, 2020
1 parent 8db5b25 commit 35ea635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/tests/test_io.py
Expand Up @@ -465,7 +465,7 @@ def test_datasink_substitutions(tmpdir):
files.append(f)
open(f, "w")
ds = nio.DataSink(
parametrization=False,
parameterization=False,
base_directory=str(outdir),
substitutions=[("ababab", "ABABAB")],
# end archoring ($) is used to assure operation on the filename
Expand Down

0 comments on commit 35ea635

Please sign in to comment.