Skip to content

Commit 3ee3557

Browse files
committed
changed quotes for doctest output
1 parent 8f62082 commit 3ee3557

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
@@ -362,7 +362,7 @@ class Dcm2Niix(ShellCommandTask):
362362
>>> task.inputs.out_dir = "test-data"
363363
>>> task.inputs.compress = "y"
364364
>>> task.cmdline
365-
"dcm2niix -o test-data -f out_file -z y test-data/test_dicoms"
365+
'dcm2niix -o test-data -f out_file -z y test-data/test_dicoms'
366366
"""
367367

368368
input_spec = Dcm2NiixInputSpec

0 commit comments

Comments
 (0)