-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Rework beets.util.hidden
#5341
Rework beets.util.hidden
#5341
Conversation
The implementation was unnecessarily convoluted. I've rewritten it to declare fewer functions, and it now uses 'pathlib'.
Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry. |
This check existed in the original implementation, but I had removed it due to a misinterpretation of the 'os' documentation, thinking that the field was guaranteed to exist.
Don't feel bad! It's great to see someone interested in the repo and contributing :) |
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.
Thanks for the PR! Looks good mostly, one little nitpick.
bump -- let me know if there's anything else left to do. |
Thanks @Serene-Arc! |
The implementation was unnecessarily convoluted. I've rewritten it to declare fewer functions, and it now uses
pathlib
.P.S. I'm starting to feel bad for opening so many PRs :P