mailpipe: fix InvalidHandlerMessage error message construction.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 12:32:46 +0000 (08:32 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 12:32:46 +0000 (08:32 -0400)
commit18b5afe3df372c21d7e67a3fc31c20655ce7aa4c
treec1233d868625977fc8286b358c18b0585fa345c6
parent624223e370f3b5d1e7910f01d03baf541ab6f7ec
mailpipe: fix InvalidHandlerMessage error message construction.

`target` is an explicit argument, not in `**kwargs`.

I also removed the InvalidHandlerMessage error logging, because we're
raising an exception.  The calling function can log the exception if
it catches it.  If it doesn't, the user will see the message in the
traceback.
pygrader/mailpipe.py