entropy/Repository Service:
- kill LockScanner thread before quitting git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1983 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -23,5 +23,7 @@ try:
|
||||
srv.go()
|
||||
except KeyboardInterrupt:
|
||||
srv.Gc.kill()
|
||||
if srv.LockScanner != None:
|
||||
srv.LockScanner.kill()
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user