Files
@ b7ec26b3df1b
Branch filter:
Location: kallithea/requirements.txt
b7ec26b3df1b
228 B
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.