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
@@ -27,7 +27,7 @@ from mininet.util import irange
class InternetTopo(Topo):
"Single switch connected to n hosts."
def build(self, n=2, **opts):
def build(self, n=2, **_kwargs ):
# set up inet switch
inetSwitch = self.addSwitch('s0')
# add inet host