fedora_messaging_callback: This should be a } not a )

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-20 22:36:38 +00:00 committed by Pierre-Yves Chibon
parent f12a2d20d3
commit ea9c6c6989

View file

@ -94,7 +94,7 @@ class CallbackModule(CallbackBase):
'playbook': self.playbook_path,
'userid': getlogin(),
'results': results
)
}
)
publish(msg)
except PublishReturned as e: