Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Apr 15, 2024
2 parents 5c2b005 + 8d7ac46 commit d6bf87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidscoin/plugins/nibabel2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def bidsmapper_plugin(session: Path, bidsmap_new: Bidsmap, bidsmap_old: Bidsmap,
bids.append_run(bidsmap_new, run)

else:
LOGGER.bcdebug(f"Existing/duplicate '{datasource.datatype}' {dataformat} sample: {sourcefile}")
LOGGER.bcdebug(f"Existing/duplicate '{datasource.datatype}' {datasource.dataformat} sample: {sourcefile}")


def bidscoiner_plugin(session: Path, bidsmap: Bidsmap, bidsses: Path) -> None:
Expand Down

0 comments on commit d6bf87f

Please sign in to comment.