Skip to content

Commit 233bc9b

Browse files
committed
Revert accidental cleanup
1 parent 71569bc commit 233bc9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bidscoin/bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,6 @@ def get_bidsvalue(bidsfile: Union[str, Path], bidskey: str, newvalue: str= '') -
13681368
:return: The bidsname with the new bidsvalue or, if newvalue is empty, the existing bidsvalue
13691369
"""
13701370

1371-
newvalue = cleanup_value(newvalue)
13721371
bidspath = Path(bidsfile).parent
13731372
bidsname = Path(bidsfile).with_suffix('').stem
13741373
bidsext = ''.join(Path(bidsfile).suffixes)

0 commit comments

Comments
 (0)