|
@@ -663,7 +663,7 @@ class App(QtCore.QObject):
|
|
|
result = self.tcl.eval("set errorInfo")
|
|
result = self.tcl.eval("set errorInfo")
|
|
|
self.log.error("Exec command Exception: %s" % (str(e)+ '\n' + result + '\n'))
|
|
self.log.error("Exec command Exception: %s" % (str(e)+ '\n' + result + '\n'))
|
|
|
self.shell.append_error('ERROR: ' + str(e) + '\n' + result + '\n')
|
|
self.shell.append_error('ERROR: ' + str(e) + '\n' + result + '\n')
|
|
|
- raise e
|
|
|
|
|
|
|
+ #show error in console and just return
|
|
|
return
|
|
return
|
|
|
|
|
|
|
|
"""
|
|
"""
|