From 03899d74760423ca4cbb44ab04329a33182fb316 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Mon, 2 Nov 2009 22:29:10 +0100 Subject: [PATCH] fix indentation Signed-off-by: Torsten Werner --- dak/dakdb/update23.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dak/dakdb/update23.py b/dak/dakdb/update23.py index 2201a4ce..8cc7ec4a 100644 --- a/dak/dakdb/update23.py +++ b/dak/dakdb/update23.py @@ -54,9 +54,9 @@ CREATE VIEW srcfiles_suite_component AS JOIN location ON files.location = location.id; """) - print "Committing" - c.execute("UPDATE config SET value = '23' WHERE name = 'db_revision'") - self.db.commit() + print "Committing" + c.execute("UPDATE config SET value = '23' WHERE name = 'db_revision'") + self.db.commit() except psycopg2.InternalError, msg: self.db.rollback() -- 2.39.5