Files
@ b7ec26b3df1b
Branch filter:
Location: kallithea/tox.ini
b7ec26b3df1b
238 B
text/x-ini
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.