mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 07:10:45 +00:00
* Merge Render methods * Cleanup comments * Removed old render methods and replaced with new one * Fix Formatting - Change all instances of "os.path.normpath" to pathlib's "Path" - Remove unused import - Modify log formatting - Change "self.tr" to "self.thumb_renderer" to avoid masking internal method - Restore DecompressionBombError handling from main - Misc. formatting * Fix MyPy no-redef --------- Co-authored-by: Travis Abendshien <lvnvtravis@gmail.com>