Files
@ 0f3a584edcb3
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
0f3a584edcb3
932 B
text/plain
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.