# HG changeset patch
# User Edouard Tisserant
# Date 1592482579 -7200
# Node ID 8c42504b6384ce40ea5ae907448a74bc6e1502de
# Parent  43198edb6ac0504a46e33933a5d4f41f12e8bdf8
SVGHMI: Fix bug introduced when merging default

diff -r 43198edb6ac0 -r 8c42504b6384 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()