openflexure-microscope-server/openflexure_microscope/rescue
Richard Bowman a9fff24848 Explicitly specify encoding
The update to pylint means we were failing because open()
doesn't specify the encoding everywhere.  I have now specified utf-8
everywhere.  This was patchy before, and is default behaviour on the
Pi.  There's a slim chance it will cause some issues on Windows, but
that shouldn't affect anyone outside the developers.

I've also ignored a couple of new spurious warnings, and explicitly
ignored some unused variables.
2022-08-09 07:16:44 +01:00
..
__init__.py Started basic rescue script 2020-03-03 16:13:21 +00:00
auto.py Added rescue to Poetry scripts 2020-11-12 15:18:37 +00:00
check_capture_reload.py Reverted logging style 2020-11-12 15:45:58 +00:00
check_picamera.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
check_sangaboard.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
check_settings.py Removed unused import 2021-01-07 10:09:43 +00:00
check_system.py Formatting 2020-11-12 14:33:08 +00:00
error_sources.py Changed newline symbols 2020-11-06 16:15:26 +00:00
monitor_service.py Code cleanup 2020-10-14 14:56:29 +00:00
monitor_timeout.py Reverted logging style 2020-11-12 15:45:58 +00:00