Well, we *never* do i18n

This commit is contained in:
Florent 2014-07-09 11:23:15 +02:00
commit e67d92cb51

View file

@ -44,7 +44,6 @@ def get_backtrace(empty="Empty backtrace."):
if trace[0] != "None\n":
return "".join(trace)
except:
# No i18n here (imagine if i18n function calls error...)
return "Error while trying to get backtrace"
return empty