Closed alisson276 closed 4 years ago
Hi @alisson276 , thanks for your contribution. Could you please submit a pull request to fix this issue? Much appreciated. 😄
Opened!
Can you release a new patch version with the fix provided?
@alisson276 Happy to announce that the latest version v0.3.7 is available on PYPI. Feel free to update. Thanks again for your contribution.
Working. Thank you too!
The pegnode parser treat all lines starting with server as a server_line.
My global section has the following:
The current parser understand the line
server-state-file global
as a server_line and render the config like this:That behavior occur because the parser disregards the space (mandatory for a server section).
My fix was just edit 2 lines of pegnode.py and change from 6 to 7 and add a space: