add important comment

This commit is contained in:
Kamil Sopko
2016-04-03 10:43:06 +02:00
parent f4ef7baedb
commit a4845d150e

View File

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