Skip to content

Commit

Permalink
Missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin authored May 4, 2024
1 parent 6bc50d0 commit 1f9a61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfmux/python/Housekeeping.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def map_boards(self):

def __call__(self, frame):

# If a wiring frame been emitted once already, then process every frame
# If a wiring frame has been emitted once already, then process every frame
# as received.
if self.hwmf is not None or (self.ignore_wiring and len(self.board_serials)):
return self.ProcessBuffered(frame)
Expand Down

0 comments on commit 1f9a61e

Please sign in to comment.