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
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 ?
Hello,
py2deb/py2deb/package.py
Line 607 in 05497a5
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
The text was updated successfully, but these errors were encountered: