mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Assign further_work either way.
This commit is contained in:
@@ -197,6 +197,7 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||
if build:
|
||||
further_work = handler(conf, session, msg) or []
|
||||
else:
|
||||
further_work = []
|
||||
log.warn("There's no module associated with message ID {}"
|
||||
.format(msg.msg_id))
|
||||
except ValidationError as e:
|
||||
|
||||
Reference in New Issue
Block a user