DLMS-SPODES 0.87.7__py3-none-any.whl → 0.87.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
DLMS_SPODES/exceptions.py CHANGED
@@ -92,9 +92,8 @@ class ResultError(ITEApplication):
92
92
  """ DLMS COSEMpdu_GB83.asn error """
93
93
  error = Application.RESULT_ERROR
94
94
 
95
- def __init__(self, error: pdu.DataAccessResult | pdu.ActionResult, additional: str = ""):
96
- Exception.__init__(self, F'{error.__class__.__name__}: {error.name} {additional}')
97
- self.result = error
95
+ def __init__(self, error: pdu.DataAccessResult | pdu.ActionResult):
96
+ Exception.__init__(self, error)
98
97
 
99
98
 
100
99
  class UnknownError(DLMSException):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DLMS_SPODES
3
- Version: 0.87.7
3
+ Version: 0.87.8
4
4
  Summary: dlms-spodes
5
5
  Author-email: Serj Kotilevski <youserj@outlook.com>
6
6
  Project-URL: Source, https://github.com/youserj/DlmsSPODES-project
@@ -3,7 +3,7 @@ DLMS_SPODES/configEN.ini,sha256=HaXwMoIjiUjl-7jZWTjK2M-YuKLpOkEbRJhQyqyBafo,4001
3
3
  DLMS_SPODES/config_parser.py,sha256=DaRv2qia2pMjDanqecyTSf1lDz4U83FX0KYegXQCndw,1537
4
4
  DLMS_SPODES/cosem_pdu.py,sha256=2Lor-jKDSZG7Xzphi2QB174Ng7HKz8AAQTklPyCqWew,2408
5
5
  DLMS_SPODES/enums.py,sha256=13BE0owOyJBNlOI4NY1d-kpqVoHF7JPR9brkPKHLERE,17789
6
- DLMS_SPODES/exceptions.py,sha256=UBZRQlQIRi1CzRxWTeqX5PVNuFS770f77BAizQ99IDU,3006
6
+ DLMS_SPODES/exceptions.py,sha256=VZzqIVP-A3Zau-LE0zlJr9SFVtrAIx55F4BuIDc_9HE,2904
7
7
  DLMS_SPODES/firmwares.py,sha256=lFRnxtq4joYhpZPxHD8Pv30-GvgcEfZCDZUYo_pIeQU,3850
8
8
  DLMS_SPODES/literals.py,sha256=5u6hreLSXgmN7Z_5pXchyBKsuPYJ5deqxKHqewQEFoI,1632
9
9
  DLMS_SPODES/pardata.py,sha256=_VluNrP4R7PLVXa9xmqD7fiqEXQqyVXp48NieTct5jY,519
@@ -111,7 +111,7 @@ DLMS_SPODES/types/implementations/integers.py,sha256=Asy4X260t1Fzw_V5iw0uiDOxtfB
111
111
  DLMS_SPODES/types/implementations/long_unsigneds.py,sha256=SxmFvD2moQ03p-KZSBYK1Rv7bQSaywlHVXBfkTZG1OQ,8761
112
112
  DLMS_SPODES/types/implementations/octet_string.py,sha256=Jo_sfWcsfstiP4O6mXfBOOQlksx1c2qJMI-vbAOV-yM,294
113
113
  DLMS_SPODES/types/implementations/structs.py,sha256=GMOo6Jy8jA9d6KTLs0D-j5t0oSRvxUIwtBr_4UePwbA,2059
114
- dlms_spodes-0.87.7.dist-info/METADATA,sha256=71uBnKiv6EIx6nPNjJAzJUHQo9Xfp64fyOIyFRRNCjE,1027
115
- dlms_spodes-0.87.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
116
- dlms_spodes-0.87.7.dist-info/top_level.txt,sha256=k26SRuRdwBZrSM3NgNZECAUNIDZREbJuLCnPbWtTNak,12
117
- dlms_spodes-0.87.7.dist-info/RECORD,,
114
+ dlms_spodes-0.87.8.dist-info/METADATA,sha256=ugXQ8uYRx6fZBfRfQQE6fRo5IgDJCNAFUG8DTsb1FNg,1027
115
+ dlms_spodes-0.87.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
116
+ dlms_spodes-0.87.8.dist-info/top_level.txt,sha256=k26SRuRdwBZrSM3NgNZECAUNIDZREbJuLCnPbWtTNak,12
117
+ dlms_spodes-0.87.8.dist-info/RECORD,,