beremiz

4df9cfd14a3c
Parents 31b0f3468175
Children b8b3573475e7
SVGHMI: fix consequence of last change in ProcessLogger
--- 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.")