svghmi/svghmi.py
branchsvghmi
changeset 2984 8c42504b6384
parent 2965 8f928cee01e5
child 2993 b76f303ffce6
--- 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()