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