Skip to content

Commit c5e9a37

Browse files
committed
Aurox needs to call super().initialize.
1 parent 67b8a72 commit c5e9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/filterwheels/aurox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ def set_position(self, pos, blocking=True):
354354
return result
355355

356356
def initialize(self):
357-
pass
357+
super().initialize()

0 commit comments

Comments
 (0)