controlsd: exit on any exception (#32730)

* exit on any exception

* finally so we don't catch
old-commit-hash: 7dbf60b4bc
testing-closet^2
Shane Smiskol 11 months ago committed by GitHub
parent 450d012166
commit 0837d2512b
  1. 2
      selfdrive/controls/controlsd.py

@ -835,7 +835,7 @@ class Controls:
while True: while True:
self.step() self.step()
self.rk.monitor_time() self.rk.monitor_time()
except SystemExit: finally:
e.set() e.set()
t.join() t.join()

Loading…
Cancel
Save