
config_template currently strips comments out from the INI files. This commit adds support for comments. The default ConfigParser supports reading comments but it doesn't writes them back. There are other libraries that have better support for comments, however, adopting another library would require a bigger refactor of this code. Change-Id: I376be69cd2cf34dc147f9ade716791125a424e2c
Description
Languages
Python
100%