Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Better visualize binary data in XML (bug 901099)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Aug 6, 2013
1 parent 62ff155 commit d9db9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bango/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def clean_notification(self):
except Exception, exc:
log.error('Error with event XML: '
'{0.__class__.__name__}: {0} XML={1}'
.format(exc, notice))
.format(exc, repr(notice)))
raise

if data.get('status') != OK:
Expand Down

0 comments on commit d9db9ed

Please sign in to comment.