controlsd: exit on any exception (#32730)

* exit on any exception

* finally so we don't catch
old-commit-hash: 7dbf60b4bce04a071eafcbc3eb0815e968e401be
This commit is contained in:
Shane Smiskol
2024-06-12 17:16:30 -07:00
committed by GitHub
parent 450d012166
commit 0837d2512b
+1 -1
View File
@@ -835,7 +835,7 @@ class Controls:
while True:
self.step()
self.rk.monitor_time()
except SystemExit:
finally:
e.set()
t.join()