controlsd: exit on any exception (#32730)

* exit on any exception

* finally so we don't catch
This commit is contained in:
Shane Smiskol
2024-06-12 17:16:30 -07:00
committed by GitHub
parent c64bca97ba
commit 7dbf60b4bc

View File

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