Merge #452 Fix UnboundLocalError.

This commit is contained in:
Matt Prahl
2017-03-22 17:51:01 +00:00

View File

@@ -203,6 +203,7 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
log.debug("Handler is NO_OP: %s" % idx)
else:
log.debug("Calling %s" % idx)
further_work = []
try:
further_work = handler(conf, session, msg) or []
except ValidationError as e: