[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Its (not) probably all stews fault



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update17.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update17.py b/dak/dakdb/update17.py
index c4e0f24..d75bdb5 100755
--- a/dak/dakdb/update17.py
+++ b/dak/dakdb/update17.py
@@ -53,7 +53,7 @@ def do_update(self):
         c.execute("""CREATE INDEX ind_bin_contents_binary ON bin_contents(binary_id);""" )
 
         c.execute("UPDATE config SET value = '17' WHERE name = 'db_revision'")
-       self.db.commit()
+        self.db.commit()
 
     except psycopg2.ProgrammingError, msg:
         self.db.rollback()
-- 
1.6.3.3


Reply to: