Comment 3 for bug 1695299

Revision history for this message
Aizuddin Zali (mymzbe) wrote :

Seems like this hit interpolation on ConfigParser. Are you able to escape using `%%`?

One possible solution is to set:

config = ConfigParser(strict=False, interpolation=None)