Skip to content

Commit 41e1b76

Browse files
author
DBIC BIDS Team
committed
BF: the point of "ls" to list so we should print the item
1 parent 9c62046 commit 41e1b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def process_extra_commands(outdir, args):
6666
study_sessions = get_study_sessions(
6767
args.dicom_dir_template, [f], heuristic, outdir,
6868
args.session, args.subjs, grouping=args.grouping)
69-
# print(f)
69+
print(f)
7070
for study_session, sequences in study_sessions.items():
7171
suf = ''
7272
if heuristic_ls:

0 commit comments

Comments
 (0)