More pylint changes...

This commit is contained in:
Bob Lantz
2014-12-04 05:55:57 -08:00
parent 4965421215
commit 643c9f912f
3 changed files with 38 additions and 24 deletions
+1
View File
@@ -27,6 +27,7 @@ def bwtest( cpuLimits, period_us=100000, seconds=5 ):
cpu=cpu )
try:
net = Mininet( topo=topo, host=host )
# pylint: disable=bare-except
except:
info( '*** Skipping host %s\n' % sched )
break