Skip to content

Commit

Permalink
Raise to get full error in logs. --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Mar 8, 2015
1 parent cfdd7cf commit 2b5ec29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatcommunicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def watcher(ev, wrap2):
ev.message.reply("Blacklisted user.")
else:
ev.message.reply("`true`/`tp` cannot be used for answers because their job is to add the title of the *question* to the Bayesian doctype 'bad'. If you want to blacklist the poster of the answer, use `trueu` or `tpu`.")
except Exception, e:
GlobalVars.charcoal_hq.send_message("Exception message: %s" % e.message)
except:
raise
if second_part_lower.startswith("ignore") and is_privileged(ev_room, ev_user_id):
try:
msg_id = int(message_parts[0][1:])
Expand Down

0 comments on commit 2b5ec29

Please sign in to comment.