Skip to content

Commit 3986114

Browse files
committed
minor: PEP8ing
1 parent 7d2c526 commit 3986114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def convert(items, converter, scaninfo_suffix, custom_callable, with_prov,
325325
)
326326

327327
# add the taskname field to the json file(s):
328-
add_taskname_to_infofile( bids_outfiles )
328+
add_taskname_to_infofile(bids_outfiles)
329329

330330
if len(bids_outfiles) > 1:
331331
lgr.warning("For now not embedding BIDS and info generated "

0 commit comments

Comments
 (0)