author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Wed, 21 Feb 2024 22:47:12 +0100 | |
changeset 3900 | 4df9cfd14a3c |
parent 3899 | 31b0f3468175 |
child 3901 | b8b3573475e7 |
svghmi/svghmi.py | file | annotate | diff | comparison | revisions |
--- 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.")