From 556af6b1ce523f1c2cef0729162982328e2b4305 Mon Sep 17 00:00:00 2001 From: silab Date: Mon, 6 May 2024 16:23:35 +0200 Subject: [PATCH] fixing codestyle --- basil/HL/mercury.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basil/HL/mercury.py b/basil/HL/mercury.py index d845b75d..7d6b4d15 100644 --- a/basil/HL/mercury.py +++ b/basil/HL/mercury.py @@ -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: