michaelstepner / pandoc-mustache

Pandoc filter for variable substitution using Mustache syntax
Creative Commons Zero v1.0 Universal
55 stars 14 forks source link

Fix warning of unsafe YAML loader #7

Closed luispfonseca closed 5 years ago

luispfonseca commented 5 years ago

Compilation issues warning: "YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details." This commit specifies the loader as recommended in https://msg.pyyaml.org/load

michaelstepner commented 5 years ago

Thanks for bringing this to my attention! There was an extra ) in your commit, which caused the build to fail.

I removed the extra close-paren in 8553de2f335baab337bbff09ff79bd512dbc27fb and merged this.

michaelstepner commented 5 years ago

And now deployed to PyPI :tada: https://pypi.org/project/pandoc-mustache/0.1.0/