mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
preactions are by default empty list
This commit is contained in:
parent
fdf261ed58
commit
35db6b394e
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class BaseHandler(object):
|
|||
priority = 100
|
||||
# Type is just for logging purpose (e.g.: Action, Event, Application,...)
|
||||
type = 'No-type'
|
||||
preactions = []
|
||||
|
||||
def __init__(self, session):
|
||||
'''Expects a ftrack_api.Session instance'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue