This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients c_panser, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2020-08-07.11:26:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596799570.05.0.459908035459.issue41500@roundup.psfhosted.org>
In-reply-to
Content
The exception is due to the interpolation feature of ConfigParser, which expects a different syntax. The default interpolation syntax is "%(key)s".

Interpolation can be turned off by passing "interpolation=None" when creating the ConfigParser object.

See also https://docs.python.org/3/library/configparser.html#interpolation-of-values
History
Date User Action Args
2020-08-07 11:26:10ronaldoussorensetrecipients: + ronaldoussoren, paul.moore, tim.golden, zach.ware, steve.dower, c_panser
2020-08-07 11:26:10ronaldoussorensetmessageid: <1596799570.05.0.459908035459.issue41500@roundup.psfhosted.org>
2020-08-07 11:26:10ronaldoussorenlinkissue41500 messages
2020-08-07 11:26:09ronaldoussorencreate