Skip to content

Commit 404074d

Browse files
author
spielman
committed
Added exception_on_failed_shot to MockCamera since it too might be called.
1 parent 7c463c8 commit 404074d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: labscript_devices/IMAQdxCamera/blacs_workers.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class MockCamera(object):
6767
def __init__(self):
6868
print("Starting device worker as a mock device")
6969
self.attributes = {}
70+
self.exception_on_failed_shot = True
7071

7172
def set_attributes(self, attributes):
7273
self.attributes.update(attributes)

0 commit comments

Comments
 (0)