瀏覽代碼

add important comment

Kamil Sopko 10 年之前
父節點
當前提交
a4845d150e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      FlatCAMApp.py

+ 1 - 0
FlatCAMApp.py

@@ -685,6 +685,7 @@ class App(QtCore.QObject):
     def raise_tcl_unknown_error(self, unknownException):
         """
         raise Exception if is different type  than TclErrorException
+        this is here mainly to show unknown errors inside TCL shell console
         :param unknownException:
         :return:
         """