From 61f24f4d8acfc4a0529863535dbdb24bce7f744b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 26 Jun 2018 15:09:17 -0400 Subject: [PATCH] Fix mismatched braces in previous commit --- confluent_server/confluent/collective/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/collective/manager.py b/confluent_server/confluent/collective/manager.py index 7539fcc0..f520c60d 100644 --- a/confluent_server/confluent/collective/manager.py +++ b/confluent_server/confluent/collective/manager.py @@ -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.