# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1708552032 -3600
# Node ID 4df9cfd14a3c5046bc711fefa3b7a3e75926ae8d
# Parent  31b0f3468175426169124936141b322940b6c829
SVGHMI: fix consequence of last change in ProcessLogger

diff -r 31b0f3468175 -r 4df9cfd14a3c svghmi/svghmi.py
--- a/svghmi/svghmi.py	Wed Feb 21 18:26:46 2024 +0100
+++ b/svghmi/svghmi.py	Wed Feb 21 22:47:12 2024 +0100
@@ -428,7 +428,7 @@
         # invoke inskscape -S, csv-parse output, produce elements
         InkscapeGeomColumns = ["Id", "x", "y", "w", "h"]
 
-        inkpath = get_inkscape_path()
+        inkpath = get_inkscape_path().decode()
         if inkpath is None:
             self.FatalError("SVGHMI: inkscape is not installed.")