Files
@ 0f3a584edcb3
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
0f3a584edcb3
1.1 KiB
text/x-sh
ini: explain how % must be escaped as %% (Issue #375)
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.