-
Notifications
You must be signed in to change notification settings - Fork 380
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
Delete file in TagStudio #282
Delete file in TagStudio #282
Conversation
- swapped out `typing` to `collections.abc` - removed unnecessary `str()` conversion in `FileDeleterHelper` constructor and `set_filepath`
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.
pipeline seems failing due to problem mentioned in #293, needs to be run manually again
I apologize for the delay on getting to this PR. I was originally going to inform you of a one or two tweaks I'd like to have made to this before pulling and asking if it would be okay if I committed them directly myself, however I ended up realizing there were a few more extensions to this I'd like as well as discovering some edge cases that are requiring much more work than this PR probably bargained for. My intention now is to accept and pull this into a separate branch where I'll finish working on these changes and additions instead of hijacking your PR. Thank you so much for the work you've already done here! |
Added the option to delete files in the right click context menu
closes #269