We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfefc50 commit 7739979Copy full SHA for 7739979
app.py
@@ -174,7 +174,7 @@ def handle_error(error):
174
msg = QtWidgets.QMessageBox()
175
msg.setIcon(QtWidgets.QMessageBox.Critical)
176
msg.setWindowTitle('Error')
177
- msg.setText(str(error))
+ msg.setText(traceback.format_exc())
178
msg.exec_()
179
180
def display_error(err):
0 commit comments