commit 92c4bb46828941a36cb464bb2202607fe2abb934
Author: Enrico Forestieri <[email protected]>
Date: Sun Mar 22 22:03:49 2020 +0100
Amend bd6d09fc
Was forgetting this.
---
lib/scripts/legacy_lyxpreview2ppm.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/scripts/legacy_lyxpreview2ppm.py
b/lib/scripts/legacy_lyxpreview2ppm.py
index 9b99796..8effd5b 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:
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs