Fixed broken references to capture list
This commit is contained in:
parent
45ee112e6f
commit
a34214b9fb
5 changed files with 29 additions and 17 deletions
|
|
@ -80,7 +80,7 @@ class ZipManager:
|
|||
|
||||
# Get array of captures from IDs
|
||||
capture_list = [
|
||||
microscope.camera.images.get(capture_id) for capture_id in capture_id_list
|
||||
microscope.captures.images.get(capture_id) for capture_id in capture_id_list
|
||||
]
|
||||
# Remove Nones from list (missing/invalid captures)
|
||||
capture_list = [capture for capture in capture_list if capture]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue