Fix indentation error

This commit is contained in:
Bob Lantz
2015-01-15 02:36:34 -08:00
parent c62812a944
commit b1983548aa
+1 -1
View File
@@ -507,7 +507,7 @@ class Mininet( object ):
switches = tuple( switches )
if hasattr( swclass, 'batchShutdown' ):
swclass.batchShutdown( switches )
stopped.update( { s: s for s in switches } )
stopped.update( { s: s for s in switches } )
for switch in self.switches:
info( switch.name + ' ' )
if switch not in stopped: