Well, we *never* do i18n
This commit is contained in:
parent
c122e6f9cc
commit
e67d92cb51
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue