Skip to content

Commit 234a171

Browse files
committed
fixed up doctest output
1 parent b3402b4 commit 234a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/dcm2niix/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class Dcm2Niix(ShellCommandTask):
322322
>>> task.inputs.in_dir = "test-data/test_dicoms"
323323
>>> task.inputs.out_dir = "test-data/output"
324324
>>> task.cmdline
325-
'dcm2niix -o tests/data/output -f out_file tests/data/test_dicoms'
325+
'dcm2niix -o test-data/output -f out_file test-data/test_dicoms'
326326
"""
327327

328328
input_spec = Dcm2NiixInputSpec

0 commit comments

Comments
 (0)