From: Joerg Jaspert Date: Mon, 2 Nov 2009 21:27:16 +0000 (+0100) Subject: Fix indent X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74502b4aa89d7ec442c3d4ca941eb02b81b7a1a;p=dak Fix indent Signed-off-by: Joerg Jaspert --- 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()