author | Edouard Tisserant |
Thu, 18 Jun 2020 14:16:19 +0200 | |
branch | svghmi |
changeset 2984 | 8c42504b6384 |
parent 2983 | 43198edb6ac0 |
child 2985 | 2ddedeb035e0 |
svghmi/svghmi.py | file | annotate | diff | comparison | revisions |
--- 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()