openflexure-microscope-server/src/openflexure_microscope_server
Richard Bowman b35db02f34 Improved error handling and zip download
I've swapped out various `logging.exception` calls for
`logging.error` with `exc_info` set to the exception.
My reading of the docs is that the two shoulld be equivalent,
but the former fails with an error related to
message formatting, as if there was an extra (or missing) '%'.

I've changed the format of the downloaded zip file, so that it
now puts the stitched images at the top level (if they exist).

I've also modified the time of the last stitched image so it
returns None if it doesn't exist - this avoids HTTP errors in
the client.
2024-01-17 13:14:43 +00:00
..
things Improved error handling and zip download 2024-01-17 13:14:43 +00:00
__init__.py First images on labthings-fastapi 2023-08-29 17:02:16 +01:00
logging.py Fixed log link 2024-01-12 17:15:09 +02:00
serve_static_files.py Detect static directories 2023-12-12 22:55:50 +00:00
server.py Return hostname using a v2 URL for Connect compatibility 2024-01-11 16:20:49 +00:00