Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Jan 8, 2025
1 parent 405c26b commit 0e522a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyrogue/_DataReceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _acceptFrame(self, frame):
"""
# Do nothing if not yet started or enabled
if self.running is False or self.RxEnable.value() == False:
if self.running is False or not self.RxEnable.value():
return

# Lock frame
Expand Down

0 comments on commit 0e522a1

Please sign in to comment.