mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 13:43:53 +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