There is no file nor directory at the given path: 'rhodecode/templates/base/${h.gravatar_url(c.rhodecode_user.email,48)}' at revision 95c38de476a7
Changeset - eb6ffd819900
default
0
1
0
Grafted from: 7ac38d7f9c74
py3: fix kallithea-cli ini parsing after ConfigParser got strict=True
ConfigParser in py3 defaults to strict=True and would thus reject our ssh
logging hack of renaming config sections ... which cause duplicate section
names.
Fortunately, fileConfig now also allows passing a ConfigParser, and we can
avoid using io.StringIO .
ConfigParser in py3 defaults to strict=True and would thus reject our ssh
logging hack of renaming config sections ... which cause duplicate section
names.
Fortunately, fileConfig now also allows passing a ConfigParser, and we can
avoid using io.StringIO .
1 file changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)