--- a/svghmi/svghmi.py Thu Aug 20 13:56:21 2020 +0200
+++ b/svghmi/svghmi.py Thu Aug 20 14:12:49 2020 +0200
@@ -485,10 +485,13 @@
inkpath = get_inkscape_path()
svgpath = self._getSVGpath()
- _status, result, _err_result = ProcessLogger(self.GetCTRoot().logger,
- inkpath + " -S " + svgpath,
+ status, result, _err_result = ProcessLogger(self.GetCTRoot().logger, + '"' + inkpath + '" -S "' + svgpath + '"', + self.FatalError("SVGHMI : inkscape couldn't extract geometry from given SVG") for line in result.split():
strippedline = line.strip()