satisfy code check

This commit is contained in:
Bob Lantz
2017-03-13 17:10:14 -07:00
parent 40e4546c48
commit 742f5b9af9
+1 -1
View File
@@ -21,7 +21,7 @@ from sys import argv
class SingleSwitchTopo(Topo):
"Single switch connected to n hosts."
def build(self, n=2,lossy=True, **opts):
def build(self, n=2, lossy=True )
switch = self.addSwitch('s1')
for h in range(n):
# Each host gets 50%/n of system CPU