cc-4105: reformatted bootstrap.py to fit standards

This commit is contained in:
Rudi Grinberg 2012-08-09 11:37:46 -04:00
parent 78a15916c2
commit 3c82497c34
2 changed files with 22 additions and 14 deletions

View file

@ -184,6 +184,8 @@ class WatchSyncer(ReportHandler,Loggable):
self.__requests.append(launch_request)
self.__queue = []
def __del__(self):
# Ideally we would like to do a little more to ensure safe shutdown
if self.events_in_queue():