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
Joel Collins
7866ec0f47
Static type analysis
2020-11-30 13:36:45 +00:00
Joel Collins
c9c29a7db4
Moved gen() into streams.py
2020-11-17 11:20:07 +00:00
Joel Collins
6fb61e1e3f
Reverted logging style
2020-11-12 15:45:58 +00:00
Joel Collins
9f5252194a
Updated all log strings to new format
2020-11-12 15:12:17 +00:00
Joel Collins
b350f62013
Removed old JSONResponse class
2020-11-12 13:50:48 +00:00
Joel Collins
994e83dbeb
Code cleanup
2020-10-14 14:56:29 +00:00
Joel Collins
2bfb988460
Code formatting
2020-10-13 15:02:19 +01:00
Joel Collins
4a553040d3
Fixed logging and split access and root file handlers
2020-05-20 17:46:44 +01:00
Joel Collins
b8c0ca257c
Fixed rule expansion for LabThings 0.6.2
2020-05-18 15:39:34 +01:00
Joel Collins
43d13cb7cd
Fixed rule cleaning
2020-03-11 10:24:37 +00:00
Joel Collins
5c27ae5a45
Fixed extension rule matching
2020-03-04 10:42:29 +00:00
Joel Collins
f0d6afec88
Removed some debug statements
2020-02-18 16:27:02 +00:00
Joel Collins
d39f897531
Fixed GUI rule matching
2020-02-18 15:57:28 +00:00
Joel Collins
ab08f18ff0
Automatically include extension info in expanded plugin form
2020-01-14 15:07:30 +00:00
Joel Collins
eeb15453d0
Moved eV GUI stuff out of LabThings
2020-01-07 22:25:19 +00:00