This commit is contained in:
Kovid Goyal 2011-03-28 16:26:54 -06:00
parent 71d038d975
commit 833f46b149

View file

@ -79,7 +79,7 @@ def get_results():
time.sleep(0.2)
if get_results() and first_result_at is None:
first_result_at = time.time()
first_result_at = time.time()
if not is_worker_alive(workers):
break