-
-
Notifications
You must be signed in to change notification settings - Fork 394
Replace use of os.path with pathlib #156
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
Tested on Linux (Solus) for basic functionality |
good job, this was really needed 👍 |
Co-authored-by: yed podtrzitko <yedpodtrzitko@users.noreply.github.com>
@yedpodtrzitko Thanks for the comments, I think I've resolved most of them. I'll have to test with the changes and ruff-format it again. |
qim = ImageQt.ImageQt(final) | ||
final.save(f'/home/icosahunter/Documents/test/{filepath.stem}.png') |
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.
🤔
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.
whoops, I'll need to fix that 🤦♂️
Tested basic functionality on my Linux distro (Solus) and seems to be working. At one point I did get a segfault... but it didn't happen in later testing. |
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
Got a segmentation fault when trying to delete unlinked entries, but I couldn't reproduce the issue.
|
- Suffix comparisons are now case-insensitive - Restore original thumbnail extension label behavior - Fix preview panel trying to read file size from missing files
No description provided.