SVGHMI: Fix bug introduced when merging default svghmi
authorEdouard Tisserant
Thu, 18 Jun 2020 14:16:19 +0200
branchsvghmi
changeset 2984 8c42504b6384
parent 2983 43198edb6ac0
child 2985 2ddedeb035e0
SVGHMI: Fix bug introduced when merging default
svghmi/svghmi.py
--- 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()