Merge pull request #263 from pypeclub/bugfix/sync_event_missing_variable

Bugfix/sync event missing variable
This commit is contained in:
Milan Kolar 2020-06-16 10:21:30 +02:00 committed by GitHub
commit 6e8df0ab59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ class SyncToAvalonEvent(BaseEvent):
" where project_id is \"{}\" and name in ({})"
)
created_entities = []
report_splitter = {"type": "label", "value": "---"}
def __init__(self, session, plugins_presets={}):
'''Expects a ftrack_api.Session instance'''