mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +08:00
controlsd: remove extra space (#23553)
This commit is contained in:
@@ -311,7 +311,7 @@ class Controls:
|
||||
self.events.add(EventName.fcw)
|
||||
|
||||
if TICI:
|
||||
for m in messaging.drain_sock(self.log_sock, wait_for_one=False):
|
||||
for m in messaging.drain_sock(self.log_sock, wait_for_one=False):
|
||||
try:
|
||||
msg = m.androidLog.message
|
||||
if any(err in msg for err in ("ERROR_CRC", "ERROR_ECC", "ERROR_STREAM_UNDERFLOW", "APPLY FAILED")):
|
||||
|
||||
Reference in New Issue
Block a user