Fix indentation error
This commit is contained in:
+1
-1
@@ -507,7 +507,7 @@ class Mininet( object ):
|
|||||||
switches = tuple( switches )
|
switches = tuple( switches )
|
||||||
if hasattr( swclass, 'batchShutdown' ):
|
if hasattr( swclass, 'batchShutdown' ):
|
||||||
swclass.batchShutdown( switches )
|
swclass.batchShutdown( switches )
|
||||||
stopped.update( { s: s for s in switches } )
|
stopped.update( { s: s for s in switches } )
|
||||||
for switch in self.switches:
|
for switch in self.switches:
|
||||||
info( switch.name + ' ' )
|
info( switch.name + ' ' )
|
||||||
if switch not in stopped:
|
if switch not in stopped:
|
||||||
|
|||||||
Reference in New Issue
Block a user