mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merged in tokejepsen/pype/bugfix/event_sync_to_avalon (pull request #225)
Some entities has None as keys data member. Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
e362b3b4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class Sync_to_Avalon(BaseEvent):
|
|||
' for more information.'
|
||||
)
|
||||
items = [
|
||||
{'type': 'label', 'value':'# Fatal Error'},
|
||||
{'type': 'label', 'value': '# Fatal Error'},
|
||||
{'type': 'label', 'value': '<p>{}</p>'.format(ftrack_message)}
|
||||
]
|
||||
self.show_interface(event, items, title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue