preactions are by default empty list

This commit is contained in:
Jakub Trllo 2019-04-04 11:13:28 +02:00
parent fdf261ed58
commit 35db6b394e

View file

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