fix kwargs names so they wont spark a warning

This commit is contained in:
None
2019-01-17 13:06:53 -08:00
parent fdc3156a91
commit 1888001555
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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