Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasM2001 committed May 6, 2024
1 parent 1b9f141 commit 14e37ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basil/HL/mercury.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def wait_pos(self, target, precision, address): # waits/prints position until
else:
time.sleep(0.5)
return pos

def wait_FE(self, address): # waits until motor stops moving
print(self.get_position(address), "Moving")
done = False
Expand Down

0 comments on commit 14e37ae

Please sign in to comment.