Commit 35e4ab57 authored by Jialin Li's avatar Jialin Li
Browse files

fix WireNet connect_socket() bug

parent 29b1d19d
......@@ -424,7 +424,7 @@ class WireNet(NetSim):
super().__init__()
def run_cmd(self, env):
connects = self.connect_sockets()
connects = self.connect_sockets(env)
assert len(connects) == 2
cmd = '%s/sims/net/wire/net_wire %s %s %d %d %d' % \
(env.repodir, connects[0][1],
......
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