2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-09 21:15:53 +00:00

Fix mismatched braces in previous commit

This commit is contained in:
Jarrod Johnson 2018-06-26 15:09:17 -04:00
parent 68a79695fc
commit 61f24f4d8a

View File

@ -146,7 +146,7 @@ def handle_connection(connection, cert, request, local=False):
except exc.DegradedCollective:
tlvdata.send(connection,
{'collective':
{'error': 'Collective does not have quorum'})
{'error': 'Collective does not have quorum'}})
return
#TODO(jjohnson2): Cannot do the invitation if not the head node, the certificate hand-carrying
#can't work in such a case.