Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Feb 26, 2015
1 parent 468d3a9 commit b8b25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/exceptionProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def reportException(exception):
print str(e)
print "Original exception:"
print str(exception)
traceback.print_rb(exception.__traceback___)
traceback.print_tb(exception.__traceback___)


def sendMail(mailcontent, subject='None'):
Expand Down

0 comments on commit b8b25e2

Please sign in to comment.