Files
@ b7ec26b3df1b
Branch filter:
Location: kallithea/scripts/make-release
b7ec26b3df1b
2.0 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.