Skip to content

Commit

Permalink
Fixed incorrect variable name throwing error for DUMMY/debug version …
Browse files Browse the repository at this point in the history
…of 789.
  • Loading branch information
mitbailey committed Sep 4, 2024
1 parent 7e88bf9 commit 1ed80b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mp_789a_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def is_moving(self):

def is_homing(self):
log.debug('func: is_homing')
return self._homing
return self._is_homing

# Moves to a position, in steps, based on the software's understanding of where it last was.
def move_to(self, position: int, backlash: int):
Expand Down

0 comments on commit 1ed80b2

Please sign in to comment.