ソースを参照

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


読み込み中…
キャンセル
保存