mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
show error message as message in error detail
This commit is contained in:
parent
68e5e7df21
commit
e9b4e7ea43
1 changed files with 3 additions and 1 deletions
|
|
@ -1013,7 +1013,9 @@ class TerminalModel(QtGui.QStandardItemModel):
|
|||
all_record_items = []
|
||||
for record_item in record_items:
|
||||
record_type = record_item["type"]
|
||||
|
||||
# Add error message to detail
|
||||
if record_type == "error":
|
||||
record_item["msg"] = record_item["label"]
|
||||
terminal_item_type = None
|
||||
if record_type == "record":
|
||||
for level, _type in self.level_to_record:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue