Update node.py

This commit is contained in:
lantz
2022-11-22 16:43:54 -08:00
committed by GitHub
parent 32a7126d2b
commit 1169982c0a
+1 -1
View File
@@ -1518,7 +1518,7 @@ class Ryu( Controller ):
"""Init.
name: name to give controller.
ryuArgs: modules to pass to Ryu (ryu.app.simple_switch)
command: comand to run Ryu ('ryu run')"""
command: command to run Ryu ('ryu run')"""
if isinstance( ryuArgs, ( list, tuple ) ):
ryuArgs = ' '.join( ryuArgs )
cargs = kwargs.pop(