paylogic/py2deb

Fields override from default stdeb.cfg section

remia opened this issue · 0 comments

remia commented

Hello,

if parser.has_section(section_name):

Just playing with manual fields override and noticed it didn't work with the DEFAULT section but was fine with section matching the python package name. Maybe has to do with the fact that has_section() don't work for the DEFAULT section ?

https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.has_section