1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-31 03:33:16 +00:00

clean up temp files better

This commit is contained in:
Alex Xu
2026-05-11 16:34:11 -07:00
parent b95bb12393
commit ffeaaeca19
2 changed files with 10 additions and 5 deletions
+1
View File
@@ -564,6 +564,7 @@ class WorkerThread(QThread):
os.remove(path)
elif os.path.isdir(path):
rmtree(path, True)
comic2ebook.checkPre('LLL-')
GUI.progress.content = ''
GUI.progress.stop()
MW.hideProgressBar.emit()