changeset 283:aade6949c0cc 0.5.x

Ported [294] to [source:branches/0.5.x 0.5.x].
author cmlenz
date Fri, 14 Oct 2005 19:52:35 +0000
parents 1b8661f0cce3
children c0439a21b01d
files bitten/model.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/model.py
+++ b/bitten/model.py
@@ -573,7 +573,6 @@
                        "started,stopped) VALUES (%s,%s,%s,%s,%s,%s)",
                        (self.build, self.name, self.description or '',
                         self.status, self.started or 0, self.stopped or 0))
-        step_id = db.get_last_id(cursor, 'bitten_step')
         if self.errors:
             cursor.executemany("INSERT INTO bitten_error (build,step,message,"
                                "orderno) VALUES (%s,%s,%s,%s)",
Copyright (C) 2012-2017 Edgewall Software