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:
Toke Jepsen 2019-07-26 17:12:39 +00:00 committed by Milan Kolar
commit e362b3b4d0

View file

@ -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)