controlsd: exit on any exception (#32730)

* exit on any exception

* finally so we don't catch
pull/32732/head
Shane Smiskol 12 months ago committed by GitHub
parent c64bca97ba
commit 7dbf60b4bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/controls/controlsd.py

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

Loading…
Cancel
Save