Skip to content

Commit

Permalink
English, m8
Browse files Browse the repository at this point in the history
  • Loading branch information
stiletto committed Aug 22, 2014
1 parent 83b11a6 commit b211620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnw/xmpp/stupid_handler.py
Expand Up @@ -64,7 +64,7 @@ def idiotic(msg):
# defer.returnValue((yield "BACKEND (CATCHED) ERROR! IMMEDIATELY
# REPORT THIS SHIT TO MY STUPID
# AUTHOR!!!\n\n"+traceback.format_exc()))
defer.returnValue("BACKEND (CATCHED) ERROR! IMMEDIATELY REPORT THIS SHIT TO MY STUPID AUTHOR!!!\n\n" +
defer.returnValue("BACKEND (CAUGHT) ERROR! IMMEDIATELY REPORT THIS SHIT TO MY STUPID AUTHOR!!!\n\n" +
traceback.format_exc() + "\n" +
"Command which caused this exception: " + message_body)
defer.returnValue(result)
Expand Down

0 comments on commit b211620

Please sign in to comment.