mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #263 from pypeclub/bugfix/sync_event_missing_variable
Bugfix/sync event missing variable
This commit is contained in:
commit
6e8df0ab59
1 changed files with 1 additions and 0 deletions
|
|
@ -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'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue