Commit 4f1b6c28 authored by Vincent Pelletier's avatar Vincent Pelletier

Wordwrap at 80.

parent 93db2b78
......@@ -94,7 +94,8 @@ class ClientElectionHandler(BaseElectionHandler):
for address, uuid in known_master_list:
if app.server == address:
# This is self.
assert peer_uuid != primary_uuid or uuid == your_uuid, (dump(uuid), dump(your_uuid))
assert peer_uuid != primary_uuid or uuid == your_uuid, (
dump(uuid), dump(your_uuid))
continue
n = app.nm.getByAddress(address)
if n is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment