Fixed nox_pysw not to fail on startup, but --port still doesn't work.

This commit is contained in:
Bob Lantz
2011-01-18 21:23:24 -08:00
parent ad2fda2522
commit 518c75b548
+1 -1
View File
@@ -683,7 +683,7 @@ class NOX( Controller ):
Controller.__init__( self, name,
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 ),
cdir=noxCoreDir, **kwargs )