join queue before updating svn2git
This commit is contained in:
@@ -373,6 +373,7 @@ if __name__ == '__main__':
|
|||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
if time.time() - update_last > 900 and q.qsize() == 0:
|
if time.time() - update_last > 900 and q.qsize() == 0:
|
||||||
|
q.join()
|
||||||
update_last = time.time()
|
update_last = time.time()
|
||||||
update_svn2git()
|
update_svn2git()
|
||||||
fill_queue()
|
fill_queue()
|
||||||
|
Reference in New Issue
Block a user