Skip to content

Commit 6259724

Browse files
committed
ENH: remove unused variable
1 parent 8be2e9b commit 6259724

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

heudiconv/convert.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ def convert(items, converter, scaninfo_suffix, custom_callable, with_prov,
261261
len(item_dicoms), outtype, overwrite)
262262
lgr.debug("Includes the following dicoms: %s", item_dicoms)
263263

264-
seqtype = op.basename(op.dirname(prefix)) if bids else None
265-
266264
# set empty outname and scaninfo in case we only want dicoms
267265
outname = ''
268266
scaninfo = ''

0 commit comments

Comments
 (0)