You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a boolean/int option this is more obvious as trailing comments will be invalid, but for list options it's an easy trap to fall in to (guess why I'm filing this issue).
Please either document the libdnf comment syntax, or change the parser to align with python configparser, and even then it's still worth documenting.
The text was updated successfully, but these errors were encountered:
#1484 was closed last year, but I think there's a difference worth documenting in the comment syntax.
The code in libdnf IniParser only considers comments to begin in column 0.
For a boolean/int option this is more obvious as trailing comments will be invalid, but for list options it's an easy trap to fall in to (guess why I'm filing this issue).
Please either document the libdnf comment syntax, or change the parser to align with python configparser, and even then it's still worth documenting.
The text was updated successfully, but these errors were encountered: