Skip to content

Commit dc70772

Browse files
committed
Update aikido_zen/background_process/aikido_background_process.py
1 parent b1274a7 commit dc70772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aikido_zen/background_process/aikido_background_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def send_to_connection_manager(self, event_scheduler):
104104
while not self.queue.empty():
105105
self.connection_manager.report_api_event(self.queue.get())
106106

107+
107108
def add_exit_handlers():
108109
"""
109110
We add graceful exit handlers here since the process keeps hanging otherwise.

0 commit comments

Comments
 (0)