mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-27 00:57:47 +08:00
misleading exception message
This commit is contained in:
@@ -1525,7 +1525,7 @@ class ApplicationServiceAccessPoint(ApplicationServiceElement, ServiceAccessPoin
|
||||
xpdu = atype()
|
||||
xpdu.decode(apdu)
|
||||
except Exception, err:
|
||||
ApplicationServiceAccessPoint._exception("unconfirmed request decoding error: %r", err)
|
||||
ApplicationServiceAccessPoint._exception("complex ack decoding error: %r", err)
|
||||
return
|
||||
|
||||
elif isinstance(apdu, ErrorPDU):
|
||||
|
||||
Reference in New Issue
Block a user