Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Jan 19, 2024
1 parent 71e5130 commit 1115c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bidscoin/plugins/dcm2niix2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ def bidscoiner_plugin(session: Path, bidsmap: dict, bidsses: Path) -> Union[None
if newbidsfile.is_file():
LOGGER.warning(f"Overwriting existing {newbidsfile} file -- check your results carefully!")
dcm2niixfile.replace(newbidsfile)
datasource.targets.remove(dcm2niixfile)
datasource.targets.add(newbidsfile)

# Rename all associated files (i.e. the json-, bval- and bvec-files)
Expand Down

0 comments on commit 1115c6d

Please sign in to comment.