adding comments and removing random access spaces

This commit is contained in:
cody burkard
2014-08-13 17:33:00 -07:00
parent 84c1c24ce2
commit 41a54f05cb
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1190,7 +1190,7 @@ class IVSSwitch(Switch):
args.append( self.opts )
logfile = '/tmp/ivs.%s.log' % self.name
self.cmd( ' '.join(args) + ' >' + logfile + ' 2>&1 </dev/null &' )
def stop( self ):