mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 05:38:04 +08:00
Merge #452 Fix UnboundLocalError.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user