Skip to content

Commit f1bca2d

Browse files
committed
fixed up doctest
1 parent 6a4847e commit f1bca2d

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.out_dir = "test-data/output"
323323
>>> task.inputs.compress = "y"
324324
>>> task.cmdline
325-
'dcm2niix -o test-data/output -f out_file -z y test-data/test_dicoms'
325+
'dcm2niix -o test-data/output -f \'out_file\' -z y \'test-data/test_dicoms\''
326326
"""
327327

328328
input_spec = Dcm2NiixInputSpec

0 commit comments

Comments
 (0)