mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-26 17:13:24 +00:00
Don't run SNOOPIE report on ReceiveTimeout
This commit is contained in:
@@ -162,7 +162,8 @@ class SerialInterface(Interface):
|
||||
raise error
|
||||
|
||||
# vvv
|
||||
self.snoopie_report()
|
||||
if not isinstance(error, ReceiveTimeout):
|
||||
self.snoopie_report()
|
||||
# ^^^
|
||||
|
||||
response = error
|
||||
|
||||
Reference in New Issue
Block a user