Skip to content

Commit 15040bb

Browse files
committed
added debugging line to doctest to find cwd
1 parent 0a64ee5 commit 15040bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydra/tasks/dcm2niix/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ class Dcm2Niix(ShellCommandTask):
321321
>>> task = Dcm2Niix()
322322
>>> task.inputs.in_dir = "tests/data/test_dicoms"
323323
>>> task.inputs.out_dir = "tests/data/output"
324+
>>> import os
325+
>>> print(os.getcwd())
324326
>>> task.cmdline
325327
'dcm2niix -o tests/data/output -f out_file tests/data/test_dicoms'
326328
"""

0 commit comments

Comments
 (0)