Skip to content

Commit

Permalink
In copyfile_ctf change suffix .meg4 to meg4 such that files with suff…
Browse files Browse the repository at this point in the history
…ix .{int}_meg4 are also renamed
  • Loading branch information
marakw committed Feb 29, 2024
1 parent e41b517 commit 4e7df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/copyfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def copyfile_ctf(src, dest):
".hist",
".infods",
".bak",
".meg4",
"meg4",
".newds",
".res4",
)
Expand Down

0 comments on commit 4e7df02

Please sign in to comment.