Skip to content

Commit 8ded85f

Browse files
committed
Minor tweaks
1 parent 0f338ab commit 8ded85f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bidscoin/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ def addmetadata(bidsses: Path):
19481948
jsondata['IntendedFor'] = None
19491949

19501950
elif not (intendedfor or jsondata.get('B0FieldSource') or jsondata.get('B0FieldIdentifier')):
1951-
LOGGER.warning(f"Empty IntendedFor/B0FieldSource/B0FieldIdentifier field map values in {jsonfile.relative_to(jsonfile.parents[1])} (i.e. the field map may not be used)")
1951+
LOGGER.warning(f"Empty IntendedFor/B0FieldSource/B0FieldIdentifier values in {jsonfile.relative_to(jsonfile.parents[1])} (i.e. the field map may not be used)")
19521952

19531953
# Work-around because the bids-validator (v1.8) cannot handle `null` values / unused IntendedFor fields
19541954
if not jsondata.get('IntendedFor'):

docs/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [dev]
66

7-
## [4.6.2] - 2025-06-16
7+
## [4.6.2] - 2025-06-19
88

99
### Added
1010
- Make stripping the suffix from bids-values in run-items optional (GitHub issue #265)
@@ -21,7 +21,6 @@
2121

2222
### Fixed
2323
- A usability regression that could render a main window that is larger than the screen
24-
- The logging level in the terminal output -- looks much nicer now!
2524

2625
## [4.6.0] - 2025-03-25
2726

0 commit comments

Comments
 (0)