Indent one line for consistency
This commit is contained in:
+1
-1
@@ -489,7 +489,7 @@ class Mininet( object ):
|
|||||||
switch.start( self.controllers )
|
switch.start( self.controllers )
|
||||||
started = {}
|
started = {}
|
||||||
for swclass, switches in groupby(
|
for swclass, switches in groupby(
|
||||||
sorted( self.switches, key=type ), type ):
|
sorted( self.switches, key=type ), type ):
|
||||||
switches = tuple( switches )
|
switches = tuple( switches )
|
||||||
if hasattr( swclass, 'batchStartup' ):
|
if hasattr( swclass, 'batchStartup' ):
|
||||||
success = swclass.batchStartup( switches )
|
success = swclass.batchStartup( switches )
|
||||||
|
|||||||
Reference in New Issue
Block a user