mirror of
https://github.com/ciromattia/kcc
synced 2026-07-19 19:26:15 +00:00
Fixed tiny bugs
This commit is contained in:
+1
-1
@@ -506,7 +506,7 @@ class WorkerThread(QtCore.QThread):
|
||||
self.pool.waitForDone()
|
||||
sleep(0.5)
|
||||
for success in self.workerOutput:
|
||||
if not success:
|
||||
if not success[0]:
|
||||
self.errors = True
|
||||
break
|
||||
if not self.errors:
|
||||
|
||||
Reference in New Issue
Block a user