run the follwogin command chevron ./test.mustache
I've got following error:
Traceback (most recent call last):
File "/home/habibutsu/.pyenv/versions/venv3.11/bin/chevron", line 8, in <module>
sys.exit(cli_main())
^^^^^^^^^^
File "/home/habibutsu/.pyenv/versions/3.11.4/envs/venv3.11/lib/python3.11/site-packages/chevron/main.py", line 100, in cli_main
sys.stdout.write(main(**args))
^^^^^^^^^^^^
File "/home/habibutsu/.pyenv/versions/3.11.4/envs/venv3.11/lib/python3.11/site-packages/chevron/main.py", line 19, in main
with io.open(data, 'r', encoding='utf-8') as data_file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected str, bytes or os.PathLike object, not dict
run the follwogin command
chevron ./test.mustache
I've got following error: