Explorar el Código

Fix.

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
3dbdf86ff7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py Ver fichero

@@ -418,7 +418,7 @@ class _GitCloner(threading.Thread):
"""

while True:
while self.index_queue.empty() and self.run_event.is_set():
while self.clone_queue.empty() and self.run_event.is_set():
time.sleep(THREAD_QUEUE_SLEEP)
if not self.run_event.is_set():
break


Cargando…
Cancelar
Guardar