few small fixes to syntax errors

This commit is contained in:
cody burkard
2014-08-01 11:00:07 -07:00
parent 4b65110e4d
commit a3d51b77e9
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 )