handle error types

This commit is contained in:
iLLiCiTiT 2021-08-31 18:31:52 +02:00
parent c35cce0971
commit 4b207d74a3

View file

@ -138,6 +138,9 @@ class DetailsWidget(QtWidgets.QWidget):
if exc_info:
lines.append(exc_info)
elif log["type"] == "error":
lines.append(log["traceback"])
else:
print(log["type"])