소스 검색

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:
         """