bug fixs
authorTony Mack <tmack@cs.princeton.edu>
Thu, 17 Jul 2008 21:30:45 +0000 (21:30 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 17 Jul 2008 21:30:45 +0000 (21:30 +0000)
qaapi/qa/Step.py

index 6974c2a..928da6f 100644 (file)
@@ -40,7 +40,7 @@ class Step(dict):
            self.status = "Failed"
            utils.header("%s" % traceback.format_exc()) 
            if not self.fatal:
-               for step in  self.next_step:
+               for step in  self.next_steps:
                    step.run()
 
        return None