Mon, 10 Nov 2014 02:50:06 +0200
- prettier formatting for .ticket error
bt.py | file | annotate | diff | comparison | revisions |
--- a/bt.py Mon Nov 10 02:42:57 2014 +0200 +++ b/bt.py Mon Nov 10 02:50:06 2014 +0200 @@ -21,7 +21,7 @@ try: data = get_issue (ticket) except Exception, e: - bot.privmsg (replyto, "Failed to get info for issue %s: %s" % (ticket, `e`)) + bot.privmsg (replyto, "Failed to get info for issue %s: %s" % (ticket, e)) if data: if data['view_state']['name'] == 'private':