mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-17 12:52:11 +08:00
controlsd: exit on any exception (#32730)
* exit on any exception * finally so we don't catch
This commit is contained in:
@@ -835,7 +835,7 @@ class Controls:
|
||||
while True:
|
||||
self.step()
|
||||
self.rk.monitor_time()
|
||||
except SystemExit:
|
||||
finally:
|
||||
e.set()
|
||||
t.join()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user