Skip to content

Commit

Permalink
dix decode_value
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Nov 4, 2024
1 parent bb47292 commit 9a9da3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boneio/modbus/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def decode_value(self, payload, value_type):
)
try:
value = getattr(decoder, _payload_type["f"])()
return value
except Exception as e:
_LOGGER.error(e)
pass
return value
return None
2 changes: 1 addition & 1 deletion boneio/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.8.0dev12"
__version__ = "0.8.0dev13"

0 comments on commit 9a9da3c

Please sign in to comment.