few small fixes to syntax errors

This commit is contained in:
cody burkard
2014-07-24 15:59:38 -07:00
parent 6bc9d68485
commit f11dbe81d2
5 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class MininetRunner( object ):
CLI( mn, script=self.options.post )
mn.stop()
elapsed = float( time.time() - start )
info( 'completed in %0.3f seconds\n' % elapsed )