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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user