From a4845d150e5e031e373b8670bb6572c977f12b48 Mon Sep 17 00:00:00 2001 From: Kamil Sopko Date: Sun, 3 Apr 2016 10:43:06 +0200 Subject: [PATCH] add important comment --- FlatCAMApp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index d31a7044..32b501e5 100644 --- a/FlatCAMApp.py +++ b/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: """