Minor cleanup of mn/net and fixes for CLI.

All commands should work now.
This commit is contained in:
Bob Lantz
2010-02-27 23:40:05 -08:00
parent c3a4440025
commit 2235f21698
3 changed files with 5 additions and 6 deletions
-1
View File
@@ -113,7 +113,6 @@ class MininetRunner( object ):
index = sys.argv.index( '--custom' )
if len( sys.argv ) > index + 1:
custom = sys.argv[ index + 1 ]
print "custom = %s" % custom
self.parseCustomFile( custom )
else:
raise Exception( 'Custom file name not found' )