90
91
def __exit__(self, exc_type, exc_val, exc_tb):
91
92
self.cleanups.cleanup_now()
96
98
self._ui.__exit__(None, None, None)
97
99
self._trace.__exit__(None, None, None)
100
102
global_state = self.saved_state
101
103
return False # propogate exceptions.