summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-07-30 15:24:48 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-07-30 15:24:54 +0300
commitd48b1d83e57d752a7f9fa02cef13385b07e2a1df (patch)
tree2e6290c823c01c625b0cc6d8ad00655b24dd386c /share
parenta1694847ce29863136cc06c58858ebc192dda8f6 (diff)
downloadsubplot-d48b1d83e57d752a7f9fa02cef13385b07e2a1df.tar.gz
Fix flake8 warnings
Diffstat (limited to 'share')
-rw-r--r--share/python/lib/daemon.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/python/lib/daemon.py b/share/python/lib/daemon.py
index b6658ae..9f1dfc0 100644
--- a/share/python/lib/daemon.py
+++ b/share/python/lib/daemon.py
@@ -300,6 +300,9 @@ def _daemon_output_is(ctx, name, text, getter):
def _daemon_output_contains(ctx, name, text, getter):
+ log_lines = globals()["log_lines"]
+ indent = " " * 4
+
text = bytes(text, "UTF-8").decode("unicode_escape")
output = getter(ctx, name)