Commit d1cc4c6f authored by Albertas Agejevas's avatar Albertas Agejevas

The protocol version suddenly becoming an str.

parent a8ccb274
......@@ -167,7 +167,7 @@ def main():
elif opt == '-S':
suicide = False
elif opt == '-v':
ZEO.zrpc.connection.Connection.current_protocol = arg
ZEO.zrpc.connection.Connection.current_protocol = arg.encode('ascii')
zo = ZEO.runzeo.ZEOOptions()
zo.realize(["-C", configfile])
......
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