]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update37.py
Add ordering to component table and use this when checking policy
[dak.git] / dak / dakdb / update37.py
old mode 100755 (executable)
new mode 100644 (file)
index 136f464..7ab52e0
@@ -54,4 +54,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply table-colum update 37, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply table-colum update 37, rollback issued. Error message : %s' % (str(msg)))