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 c_panser
Recipients c_panser, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-07.11:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596798623.9.0.767951694174.issue41500@roundup.psfhosted.org>
In-reply-to
Content
Hello,
I tried to extend our config processing using the environment variables and the configparser module. 

On some machines (all windows) the configparser failed with an InterpolationSyntaxError ...
It seems that not resolved environment variables (e.g. "test":"%not_existing%") lead to this error.
I wrote little python test file reproducing the error and providing a very simple workaround to not fix all environments ;) Attention the bug is reproduced but the test is green ^^

I would be happy to remove the workaround as soon as possible ;)
History
Date User Action Args
2020-08-07 11:10:23c_pansersetrecipients: + c_panser, paul.moore, tim.golden, zach.ware, steve.dower
2020-08-07 11:10:23c_pansersetmessageid: <1596798623.9.0.767951694174.issue41500@roundup.psfhosted.org>
2020-08-07 11:10:23c_panserlinkissue41500 messages
2020-08-07 11:10:23c_pansercreate