mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
(hotfix) added forgotten plugins_presets argument to syncToAvalon-local action
This commit is contained in:
parent
194018a798
commit
2c3695c689
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class SyncToAvalon(BaseAction):
|
|||
#: Action priority
|
||||
priority = 200
|
||||
|
||||
def __init__(self, session):
|
||||
def __init__(self, session, plugins_presets):
|
||||
super(SyncToAvalon, self).__init__(session)
|
||||
# reload utils on initialize (in case of server restart)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue