Skip to content

Commit

Permalink
Merge pull request #234 from Remi-Gau/patch-1
Browse files Browse the repository at this point in the history
[FIX] fix name undefinted variable in nibabel2bids.py
  • Loading branch information
marcelzwiers authored Apr 15, 2024
2 parents 5fb1629 + 4154a92 commit 8d7ac46
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 8d7ac46

Please sign in to comment.