You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template source within text_error_template in exceptions.py contains "unicode.strip" which of course Python 3K doesn't understand :
% for (filename, lineno, function, line) in tback.traceback:
File "${filename}", line ${lineno}, in ${function or '?'}
${line | unicode.strip}
% endfor
The text was updated successfully, but these errors were encountered:
Migrated issue, originally created by Anonymous
The template source within text_error_template in exceptions.py contains "unicode.strip" which of course Python 3K doesn't understand :
% for (filename, lineno, function, line) in tback.traceback:
File "${filename}", line ${lineno}, in ${function or '?'}
${line | unicode.strip}
% endfor
The text was updated successfully, but these errors were encountered: