]> git.decadent.org.uk Git - dak.git/commitdiff
Fix indent
authorJoerg Jaspert <joerg@debian.org>
Mon, 2 Nov 2009 21:27:16 +0000 (22:27 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 2 Nov 2009 21:27:16 +0000 (22:27 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update23.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2201a4c..48abf01
@@ -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()