Skip to content

Commit ec2a044

Browse files
committed
minor tune up - some tabs replaced, and simpler version for a statement
1 parent 1277374 commit ec2a044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
'datalad': ['datalad']
2727
}
2828

29-
EXTRA_REQUIRES['all'] = [val for _, val in list(EXTRA_REQUIRES.items())]
29+
EXTRA_REQUIRES['all'] = list(EXTRA_REQUIRES.values())

tests/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def gen_heudiconv_args(datadir, outdir, subject, heuristic_file, xargs=None):
1616
"-c", "dcm2niix",
1717
"-o", outdir,
1818
"-s", subject,
19-
"-f", heuristic,
20-
"--bids",]
19+
"-f", heuristic,
20+
"--bids",]
2121
if xargs:
2222
args += xargs
2323

0 commit comments

Comments
 (0)