-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve error message for overwrite #13233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello! 👋 Thanks for opening your first pull request here! ❤️ We will try to get back to you soon. 🚴 |
Can you add a little
and then add your |
Description of PR mne-tools#13233
Added myself as contributor of PR mne-tools#13233
Yup, sorry. I did this right now and will do in the future. I assume I would have learned that from the contribution guidelines... I will better myself. ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking for merge-when-green, thanks @sjentsch !
🎉 Congrats on merging your first pull request! 🥳 Looking forward to seeing more from you in the future! 💪 |
Reference issue (if any)
Fixes #13230.
What does this implement/fix?
Provides an error message that makes more clear that data need to be preloaded if one wishes to overwrite files (
save()
with the parameteroverwrite=True
).