changeset 260:9c358cf5f7fe

Added a forgotten `db.commit()`.
author cmlenz
date Thu, 06 Oct 2005 10:43:00 +0000
parents f8e20eac7df4
children c9212b342c7f
files bitten/queue.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/queue.py
+++ b/bitten/queue.py
@@ -171,6 +171,7 @@
                         break
             if insert_build:
                 build.insert(db=db)
+                db.commit()
         finally:
             repos.close()
 
Copyright (C) 2012-2017 Edgewall Software