Files
@ b7ec26b3df1b
Branch filter:
Location: kallithea/docs/index.rst
b7ec26b3df1b
1.2 KiB
text/prs.fallenstein.rst
cache-keys: fix printing of unicode repo names - don't crash
LANG=C paster cache-keys my.ini --show
would crash with UnicodeEncodeError in print. That was a real problem when
running from crontab.
LANG=C paster cache-keys my.ini --show
would crash with UnicodeEncodeError in print. That was a real problem when
running from crontab.