-remove unnecessary code
authorTony Mack <tmack@cs.princeton.edu>
Fri, 18 Jan 2008 18:24:14 +0000 (18:24 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 18 Jan 2008 18:24:14 +0000 (18:24 +0000)
qaapi/qa/modules/plc/start.py

index 51e1533..775e409 100644 (file)
@@ -20,8 +20,7 @@ class start(Test):
        else:
            raise Exception, "Invalid system type %(system_type)s" % locals()
        
-       full_command += start_command 
-       full_command = full_command % locals()
+       full_command += start_command % locals()
 
        if self.config.verbose:
            utils.header(full_command)