From: Tony Mack Date: Fri, 18 Jan 2008 18:24:14 +0000 (+0000) Subject: -remove unnecessary code X-Git-Tag: 2008-02-11-last-vmware-support~137 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc3a8cae85bd8d58855c6fedb4ec1b90f83f19ca;p=tests.git -remove unnecessary code --- diff --git a/qaapi/qa/modules/plc/start.py b/qaapi/qa/modules/plc/start.py index 51e1533..775e409 100644 --- a/qaapi/qa/modules/plc/start.py +++ b/qaapi/qa/modules/plc/start.py @@ -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)