mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-07-14 01:06:23 +00:00
Use jinja2 in default YamlFSM
This commit is contained in:
@ -103,7 +103,11 @@ if __name__ == '__main__':
|
||||
# TFW component EventHandlers (builtins, required for their respective functionalities)
|
||||
fsm = FSMManagingEventHandler( # TFW FSM
|
||||
key='fsm',
|
||||
fsm_type=partial(YamlFSM, 'test_fsm.yml')
|
||||
fsm_type=partial(
|
||||
YamlFSM,
|
||||
'test_fsm.yml',
|
||||
{} # jinja2 variables, use empty dict to enable jinja2 parsing without any variables
|
||||
)
|
||||
)
|
||||
ide = IdeEventHandler( # Web IDE backend
|
||||
key='ide',
|
||||
|
Reference in New Issue
Block a user