[LyX/master] Amend bd6d09fc

Enrico Forestieri forenr at lyx.org
Sun Mar 22 20:44:38 UTC 2020


commit 92c4bb46828941a36cb464bb2202607fe2abb934
Author: Enrico Forestieri <forenr at lyx.org>
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:


More information about the lyx-cvs mailing list