Code formatting and linting
This commit is contained in:
parent
13b4c84783
commit
250fd07e9a
3 changed files with 4 additions and 6 deletions
|
|
@ -386,7 +386,7 @@ class Microscope:
|
|||
# Capture to output object
|
||||
extras = {}
|
||||
if fmt == "jpeg":
|
||||
extras["thumbnail"] = (200,150,85)
|
||||
extras["thumbnail"] = (200, 150, 85)
|
||||
logging.info("Starting microscope capture %s", output.file)
|
||||
self.camera.capture(
|
||||
output,
|
||||
|
|
@ -394,7 +394,7 @@ class Microscope:
|
|||
resize=resize,
|
||||
bayer=bayer,
|
||||
fmt=fmt,
|
||||
**extras
|
||||
**extras,
|
||||
)
|
||||
|
||||
output.put_and_save(tags, annotations, full_metadata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue