Skip to content
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

Bug fix: Check failed if the source file is empty #3

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

leouieda
Copy link
Member

@leouieda leouieda commented Mar 1, 2024

Since we compared line by line the source and notice, the check failed
if the source file was empty (no comparison was made). Fix this by
loading the entire source file and checking if it's empty.

leouieda added 2 commits March 1, 2024 09:45
Since we compared line by line the source and notice, the check failed
if the source file was empty (no comparison was made). Fix this by
loading the entire source file and checking if it's empty.
@fatiando fatiando deleted a comment from welcome bot Mar 1, 2024
@leouieda leouieda merged commit cb080ca into main Mar 1, 2024
5 checks passed
@leouieda leouieda deleted the bug-empty-files branch March 1, 2024 12:54
Copy link

welcome bot commented Mar 1, 2024

🎉 Congrats on merging your first pull request and welcome to the team! 🎉

If you would like to be added as a author on the Zenodo archive of the next release, add your full name, affiliation, and ORCID (optional) to the AUTHORS.md file of this repository. Feel free to do this in a new pull request if needed.

We hope that this was a good experience for you. Let us know if there is any way that the contributing process could be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant