Skip to content

Commit 455194a

Browse files
committed
Delete spaces around =.
1 parent 0533e1c commit 455194a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mininet/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def __init__( self, name, dp=None, **kwargs ):
511511
@staticmethod
512512
def setup():
513513
"Ensure any dependencies are loaded; if not, try to load them."
514-
moduleDeps( subtract = OVS_KMOD, add = OF_KMOD )
514+
moduleDeps( subtract=OVS_KMOD, add=OF_KMOD )
515515
pathCheck( 'ofprotocol' )
516516

517517
def start( self, controllers ):

0 commit comments

Comments
 (0)