From 26a0e351f3946a3a2ec5cd266202a6c28081fae3 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Mar 2017 17:11:05 -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 53bf4bb..7ea269c 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 ) + def build(self, n=2, lossy=True ): switch = self.addSwitch('s1') for h in range(n): # Each host gets 50%/n of system CPU