Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 376f63a

Browse files
author
Joshua Reich
committed
bug fix for previous commit
1 parent 7524720 commit 376f63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyretic/core/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def set_network(self, network):
11101110
match(switch=switch) >>
11111111
parallel(map(xfwd,ports))
11121112
for switch,ports
1113-
in self.mst.switches(with_ports=True)])
1113+
in self.mst.switch_with_port_ids_list()])
11141114

11151115
def __repr__(self):
11161116
try:

0 commit comments

Comments
 (0)