-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Fix duplicate removal #410
Conversation
Looks like this was missed in the #156 pathlib refactor and has been hanging around ever since. Come to think of it I probably haven't used the duplicate removal since before that PR! Normally I would request opening an issue to explain what was fixed, but it seems pretty self explanatory here. Good catch! 👍 |
I couldn't think of an issue that wouldn't have had more words than the code in the PR to fix it :^) |
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.
Kaizen commit approval.
@Toby222 Why the closure and wipe? 🤔 |
Ooooppps, I forgot that GitHub does that |
chore: remove constant newline printing in file matching
(had to rebase onto main to make GitHub let me reopen the PR ^^) |
Alright, I'll try rebasing this back to |
Ahhh now all the newer flake changes from |
git shenanigans ^^; |
chore: remove constant newline printing in file matching
fix(dupes): fix duplicate file matching
chore: remove constant newline printing in file matching