Skip to content

Commit

Permalink
Add verbose log for writing bids mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominika Zemanovicova committed Jan 18, 2024
1 parent c408fc9 commit feeed52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bidscoin/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,7 @@ def add_bids_mappings(bids_mappings: List[BidsMapping], session: Path, bidsfolde

# save bids mappings
out.parent.mkdir(parents=True, exist_ok=True)
LOGGER.verbose(f"Writing bids mappings data to: {out}")
df_combined.to_csv(out, sep='\t', index=False)


Expand Down

0 comments on commit feeed52

Please sign in to comment.