Skip to content

Commit 294f84a

Browse files
Apply suggestion from @agramfort
Co-authored-by: Alexandre Gramfort <[email protected]>
1 parent 13f45d9 commit 294f84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def _participants_tsv(raw, subject_id, fname, overwrite=False):
574574

575575
data[key] = new_value
576576

577-
fname = Path(fname)
577+
fpath = Path(fname)
578578
with _open_lock(fname):
579579
if fname.exists():
580580
orig_data = _from_tsv(fname)

0 commit comments

Comments
 (0)