[fix] pep8

This commit is contained in:
Adam Tauber 2017-06-06 23:37:42 +02:00
parent 78365ffb8a
commit 343ac7197d
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ def load_engine(engine_data):
continue
if engine_attr == 'init':
init_fn = getattr(engine, engine_attr)
def engine_init():
init_fn()
logger.debug('%s engine initialized', engine_data['name'])