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

Commit

Permalink
Update custom errback to use tweaked Vumi Go dispatcher error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 22, 2013
1 parent cd207ce commit 15ccf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vumitools/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def errback_inbound(self, f, msg, connector_name):
return self.publish_unroutable_message_reply(
msg, connector_name,
config.default_unroutable_inbound_session_reply)
return self.default_errback(f, msg, connector_name)
return f

@inlineCallbacks
def process_inbound(self, config, msg, connector_name):
Expand Down

0 comments on commit 15ccf37

Please sign in to comment.