##// END OF EJS Templates
py3: ensure that we don't concat bytes and str and the end result is bytes...
py3: ensure that we don't concat bytes and str and the end result is bytes Here obj.__module__ and obj.__name__ are str. Either we can convert them to bytes or use an r'' and convert back to bytes when concat is done. I preferred the later one since we are encoding only once here.

File last commit:

r9999:f91e5630 default
r32614:4b426ae9 default
Show More
error.tmpl
2 lines | 24 B | application/x-cheetah | CheetahLexer
{header}
error: {error}