Fix indentation error
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user