Pass make codecheck.
This commit is contained in:
@@ -294,7 +294,6 @@ class CLI( Cmd ):
|
|||||||
else:
|
else:
|
||||||
error( '*** Unknown command: %s\n' % first )
|
error( '*** Unknown command: %s\n' % first )
|
||||||
|
|
||||||
|
|
||||||
# pylint: enable-msg=W0613,R0201
|
# pylint: enable-msg=W0613,R0201
|
||||||
|
|
||||||
def waitForNode( self, node ):
|
def waitForNode( self, node ):
|
||||||
|
|||||||
@@ -185,7 +185,6 @@ class Topo(object):
|
|||||||
'''Returns true if node is a switch.'''
|
'''Returns true if node is a switch.'''
|
||||||
return self.node_info[n].is_switch
|
return self.node_info[n].is_switch
|
||||||
|
|
||||||
|
|
||||||
def switches(self, enabled = True):
|
def switches(self, enabled = True):
|
||||||
'''Return switches.
|
'''Return switches.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user