mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
21e805c6ca
commit
e4f2d70a9d
@ -278,6 +278,8 @@ class Worker(object):
|
|||||||
self.clean_kill()
|
self.clean_kill()
|
||||||
if forced:
|
if forced:
|
||||||
self.retry_count += 1
|
self.retry_count += 1
|
||||||
|
else:
|
||||||
|
self.retry_count = 0
|
||||||
try:
|
try:
|
||||||
compile_srv()
|
compile_srv()
|
||||||
except EnvironmentError as e:
|
except EnvironmentError as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user