Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Mar 28, 2024
1 parent ed38fbe commit d52b2f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sml2mqtt/sml_value/sml_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def process_frame(self, frame: SmlFrameValues):
value = sml_value.get_value()

for op in self.operations:
if (value := op.process_value(value, info)) is None:
break
value = op.process_value(value, info)

if value is None:
return None
Expand Down

0 comments on commit d52b2f0

Please sign in to comment.