TYpofix.
This commit is contained in:
parent
8e25358260
commit
d72d3859c2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class CallbackModule(object):
|
||||||
# It seems like recursive playbooks call this over and over again and
|
# It seems like recursive playbooks call this over and over again and
|
||||||
# fedmsg doesn't like to be initialized more than once. So, here, just
|
# fedmsg doesn't like to be initialized more than once. So, here, just
|
||||||
# catch that and ignore it.
|
# catch that and ignore it.
|
||||||
failed = False
|
self.failed = False
|
||||||
try:
|
try:
|
||||||
fedmsg.init(**config)
|
fedmsg.init(**config)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue