This commit is contained in:
Kovid Goyal 2015-11-13 23:36:30 +05:30
parent 21e805c6ca
commit e4f2d70a9d

View File

@ -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: