Skip to content
Snippets Groups Projects
Commit 137ec305 authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed trailing spaces.

parent 63214ea2
No related branches found
No related tags found
No related merge requests found
......@@ -462,9 +462,9 @@ def __init__( self, name, inNamespace=False, noxArgs=None, **kwargs ):
noxArgs = [ noxArgs ]
if not noxArgs:
noxArgs = [ 'packetdump' ]
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' ]
Controller.__init__( self, name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment