py2deb icon indicating copy to clipboard operation
py2deb copied to clipboard

Fields override from default stdeb.cfg section

Open remia opened this issue 6 years ago • 0 comments

Hello,

https://github.com/paylogic/py2deb/blob/05497a5078e09384640e6e9927757668f8c54487/py2deb/package.py#L607

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

remia avatar Nov 23 '17 08:11 remia