Skip to content

Commit

Permalink
fixing codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasM2001 committed May 6, 2024
1 parent 2555dd2 commit 556af6b
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 @@ -85,7 +85,7 @@ def abort(self, address=None):
def find_edge(self, n, address=None):
self._write_command("FE%d" % n, address)

def wait_pos(self, target, precision, address): # waits/prints position until desired precision is reached
def wait_pos(self, target, precision, address): # waits and prints position until desired precision is reached
print("Moving motore from:", self.get_position(address), "to", target) # absolute target
done = False
while done is False:
Expand Down

0 comments on commit 556af6b

Please sign in to comment.