You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "d:\env\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "d:\env\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "d:\Env\Python\Python37\Scripts\shaper.exe\__main__.py", line 9, in <module>
File "d:\env\python\python37\lib\site-packages\shaper\cli.py", line 138, in main
merge_templates(rendered_templates, arguments.out)
File "d:\env\python\python37\lib\site-packages\shaper\renderer.py", line 70, in merge_templates
datastructure[key] = OrderedDict((k, v) for k, v in sorted(datastructure[key].items()))
AttributeError: 'NoneType' object has no attribute 'items'
when rendering following playbooks:
playbook1.yml:
Shaper play throws exception
when rendering following playbooks:
playbook1.yml:
FE_test.tmpl:
playbook2.yml
FE_test2.tmpl
The text was updated successfully, but these errors were encountered: