lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

fix logging during build #36

Closed da-h closed 2 years ago

da-h commented 2 years ago

This PR fixes logging during lib building.

Without this PR no logging occurs during ParserEngine.buildLib() and thus, also during initialization of the ParserEngine class. This small change fixes that bug.