mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-21 04:56:22 +02:00
e94c4871d7
* 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>