Fixed broken references to capture list
This commit is contained in:
parent
45ee112e6f
commit
a34214b9fb
5 changed files with 29 additions and 17 deletions
|
|
@ -73,6 +73,7 @@ class Microscope:
|
|||
self.camera.close()
|
||||
if self.stage:
|
||||
self.stage.close()
|
||||
self.captures.close()
|
||||
logging.info("Closed {}".format(self))
|
||||
|
||||
def setup(self, configuration):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue