Skip to content

Commit bf2087d

Browse files
committed
AndorAtmcd: pass index to super (fixup a16bef0)
1 parent 9524eed commit bf2087d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/cameras/atmcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ class AndorAtmcd(devices.FloatingDeviceMixin,
11401140
devices.CameraDevice):
11411141
""" Implements CameraDevice interface for Andor ATMCD library."""
11421142
def __init__(self, index=0, *args, **kwargs):
1143-
super().__init__(index=0, **kwargs)
1143+
super().__init__(index=index, **kwargs)
11441144
# Recursion depth for context manager behaviour.
11451145
self._rdepth = 0
11461146
# The handle used by the DLL to identify this camera.

0 commit comments

Comments
 (0)