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:
parent
68a79695fc
commit
61f24f4d8a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user