-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix,refac: Properly clean up thumbnails
- Fix: Cleanup of thumbnails upon interruption (by the user or an exception). - Add: `.__main__.TEMP_DIR`. - Change: Create a session-specific temporary data directory and clean it up at the topmost execution level. - Change: Disable thumbnailing if unable to create the temporary data directory. - Change: Refactor `generate_grid_thumbnails()` and `manage_grid_thumbnails()` in `.tui.render` accordingly. Complements #13, #16.
- Loading branch information
1 parent
d4df66a
commit c3d972b
Showing
4 changed files
with
120 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters