fix kwargs names so they wont spark a warning
This commit is contained in:
@@ -100,7 +100,7 @@ class MininetFacade( object ):
|
||||
|
||||
class ControlNetwork( Topo ):
|
||||
"Control Network Topology"
|
||||
def build( self, n, dataController=DataController, **kwargs ):
|
||||
def build( self, n, dataController=DataController, **_kwargs ):
|
||||
"""n: number of data network controller nodes
|
||||
dataController: class for data network controllers"""
|
||||
# Connect everything to a single switch
|
||||
|
||||
Reference in New Issue
Block a user