--- a/hooks-queue.py Wed Aug 24 21:26:24 2016 +0800+++ b/hooks-queue.py Thu Aug 25 11:20:06 2016 +0800@@ -93,7 +93,7 @@ self.push(base, changes) def unknown_event(self):- self.finish({'result': 'unknown event type'})+ self.finish({'result': 'unknown event'}) class CandolintHooks(Application):