From c74502b4aa89d7ec442c3d4ca941eb02b81b7a1a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 2 Nov 2009 22:27:16 +0100 Subject: [PATCH] Fix indent Signed-off-by: Joerg Jaspert --- dak/dakdb/update23.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 dak/dakdb/update23.py diff --git a/dak/dakdb/update23.py b/dak/dakdb/update23.py old mode 100644 new mode 100755 index 2201a4ce..48abf016 --- 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