Commit 99d58abd authored by Vincent Pelletier's avatar Vincent Pelletier

Word-wrap.

parent 63aa18aa
......@@ -119,7 +119,8 @@ def parseMasterList(masters, except_node=None):
if socket_connector is None:
socket_connector = socket_connector_temp
elif socket_connector != socket_connector_temp:
raise TypeError("Wrong connector type : you're trying to use ipv6 and ipv4 simultaneously")
raise TypeError("Wrong connector type : you're trying to use "
"ipv6 and ipv4 simultaneously")
return master_node_list, socket_connector
class Enum(dict):
......
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