From 92c4bb46828941a36cb464bb2202607fe2abb934 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 22 Mar 2020 22:03:49 +0100 Subject: [PATCH] Amend bd6d09fc Was forgetting this. --- lib/scripts/legacy_lyxpreview2ppm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index 9b99796e13..8effd5bd00 100644 --- a/lib/scripts/legacy_lyxpreview2ppm.py +++ b/lib/scripts/legacy_lyxpreview2ppm.py @@ -111,7 +111,7 @@ def legacy_extract_metrics_info(log_file): if match == None: continue - snippet = (match.group(1) == 'S') + snippet = (match.group(1) == b'S') success = 1 match = data_re.search(line) if match == None: -- 2.39.5