beremiz

SVGHMI: Fix bug introduced when merging default
svghmi
2020-06-18, Edouard Tisserant
8c42504b6384
Parents 43198edb6ac0
Children 2ddedeb035e0
SVGHMI: Fix bug introduced when merging default
--- a/svghmi/svghmi.py Thu Jun 18 14:15:43 2020 +0200
+++ b/svghmi/svghmi.py Thu Jun 18 14:16:19 2020 +0200
@@ -482,7 +482,7 @@
inkpath = get_inkscape_path()
svgpath = self._getSVGpath()
- _status, result, _err_result = ProcessLogger(None,
+ _status, result, _err_result = ProcessLogger(self.GetCTRoot().logger,
inkpath + " -S " + svgpath,
no_stdout=True,
no_stderr=True).spin()