bugfix, add missing self to method call

This commit is contained in:
gac-S_Changer (Resp.Neiger Thomas)
2023-04-25 16:32:06 +02:00
parent 0f25931238
commit 7a4532c6d7
+1 -1
View File
@@ -120,7 +120,7 @@ class Hexiposi(DiscretePositionerBase):
def assert_in_position(self, pos):
if not is_in_position(pos):
if not self.is_in_position(pos):
raise Exception ("Hexiposi is not in position")
def assert_homed(self):