소스 검색

Fix.

tags/v1.0^2
Ben Kurtovic 10 년 전
부모
커밋
3dbdf86ff7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py 파일 보기

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


불러오는 중...
취소
저장