Files
@ b7ec26b3df1b
Branch filter:
Location: kallithea/init.d/kallithea-daemon-gentoo
b7ec26b3df1b
1.2 KiB
text/plain
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.