controlsd: remove extra space (#23553)

This commit is contained in:
Dean Lee
2022-01-17 20:51:44 +08:00
committed by GitHub
parent 850a2307d6
commit 5cd103c3d4
+1 -1
View File
@@ -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")):