mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
06822b519b
It is not safe for `_preformat_levels` to assume that all of the fields in a `TerminalController` have the same type; at least in my environment, some of these fields are populated with `bytes` while others remain strings. This change conditionally applies decoding to each control sequence separately using a helper function `_as_string`. As a side-effect, it also eliminates some code repetition in `_preformat_levels`. Closes #50. |
||
---|---|---|
.. | ||
apps | ||
testsuites | ||
__init__.py | ||
baseclasses.py | ||
config.py.in | ||
httpserver.py | ||
loggable.py | ||
main.py | ||
meson.build | ||
RangeHTTPServer.py | ||
reporters.py | ||
utils.py | ||
vfb_server.py |