This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Fix queue clear call.
tags/v0.2
Ben Kurtovic
10 years ago
parent
efae85a1fe
commit
7a4fcd7807
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/wiki/copyvios/__init__.py
+ 1
- 1
earwigbot/wiki/copyvios/__init__.py
View File
@@ -72,7 +72,7 @@ class _CopyvioWorkspace(object):
with self._enqueue_lock:
for worker in self._workers.itervalues():
with worker.queue.mutex:
worker.queue.clear()
worker.queue.
queue.
clear()
worker.queue.put(None)
self._is_finished = True
Write
Preview
Loading…
Cancel
Save