Fixed nox_pysw not to fail on startup, but --port still doesn't work.
This commit is contained in:
+1
-1
@@ -683,7 +683,7 @@ class NOX( Controller ):
|
|||||||
|
|
||||||
Controller.__init__( self, name,
|
Controller.__init__( self, name,
|
||||||
command=noxCoreDir + '/nox_core',
|
command=noxCoreDir + '/nox_core',
|
||||||
cargs='--libdir=/usr/local/lib -v -i ptcp:%s ' % self.port +
|
cargs='--libdir=/usr/local/lib -v -i ptcp:%s ' +
|
||||||
' '.join( noxArgs ),
|
' '.join( noxArgs ),
|
||||||
cdir=noxCoreDir, **kwargs )
|
cdir=noxCoreDir, **kwargs )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user