From 742f5b9af9173129071b91b5dc685889d9bd9476 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Mar 2017 17:10:14 -0700 Subject: [PATCH] satisfy code check --- examples/simpleperf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simpleperf.py b/examples/simpleperf.py index 00104d2..53bf4bb 100755 --- a/examples/simpleperf.py +++ b/examples/simpleperf.py @@ -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