Removed trailing spaces.
This commit is contained in:
+2
-2
@@ -462,9 +462,9 @@ class NOX( Controller ):
|
|||||||
noxArgs = [ noxArgs ]
|
noxArgs = [ noxArgs ]
|
||||||
if not noxArgs:
|
if not noxArgs:
|
||||||
noxArgs = [ 'packetdump' ]
|
noxArgs = [ 'packetdump' ]
|
||||||
|
|
||||||
if 'NOX_CORE_DIR' not in os.environ:
|
if 'NOX_CORE_DIR' not in os.environ:
|
||||||
exit( 'exiting; please set missing NOX_CORE_DIR env var' )
|
exit( 'exiting; please set missing NOX_CORE_DIR env var' )
|
||||||
noxCoreDir = os.environ[ 'NOX_CORE_DIR' ]
|
noxCoreDir = os.environ[ 'NOX_CORE_DIR' ]
|
||||||
|
|
||||||
Controller.__init__( self, name,
|
Controller.__init__( self, name,
|
||||||
|
|||||||
Reference in New Issue
Block a user