We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3fc85 commit bc97342Copy full SHA for bc97342
infinistore/lib.py
@@ -67,7 +67,7 @@ def __repr__(self):
67
return (
68
f"ServerConfig(service_port={self.service_port}, "
69
f"log_level='{self.log_level}', host_addr='{self.host_addr}', "
70
- f"connection_type='{self.connection_type.name}')"
+ f"connection_type='{self.connection_type}')"
71
f"dev_name='{self.dev_name}', ib_port={self.ib_port}, link_type='{self.link_type}'"
72
)
73
0 commit comments