1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

autoindex: undo stop/join call for indexing, breaks os x unit test.. (autoindex test may need more improvements on windows)

This commit is contained in:
Ilya Kreymer 2015-03-25 11:09:17 -07:00
parent 90eee03cdb
commit a6c24c2882

View File

@ -33,8 +33,6 @@ class CDXAutoIndexer(RegexMatchingEventHandler):
while keep_running: while keep_running:
time.sleep(sleep_time) time.sleep(sleep_time)
except KeyboardInterrupt: # pragma: no cover except KeyboardInterrupt: # pragma: no cover
pass
finally:
self.observer.stop() self.observer.stop()
self.observer.join() self.observer.join()