virtuald / pyhcl

HCL is a configuration language. pyhcl is a python parser for it.
Mozilla Public License 2.0
336 stars 60 forks source link

Make debug mode configurable #65

Closed dgimmler closed 4 years ago

dgimmler commented 4 years ago

In the latest version debug is hard-coded to on. This merge will call the parser using the global DEBUG variable, which is configurable by toggling hcl.parser.DEBUG to True or False.

lorengordon commented 4 years ago

Please merge and release a new version! 🙏