1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

fix webtoon cannot identify image file (#1112)

This commit is contained in:
Alex Xu
2025-10-14 13:03:02 -07:00
committed by GitHub
parent dc8136f6fd
commit 6acdebae3c

View File

@@ -273,6 +273,7 @@ def main(argv=None, qtgui=None):
splitWorkerPool.apply_async(func=splitImage, args=(i, ), callback=splitImageTick)
splitWorkerPool.close()
splitWorkerPool.join()
dot_clean(targetDir)
if GUI and not GUI.conversionAlive:
rmtree(targetDir, True)
raise UserWarning("Conversion interrupted.")