]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update61.py
dak/dakdb/update100.py: Add component - suite mapping table
[dak.git] / dak / dakdb / update61.py
old mode 100755 (executable)
new mode 100644 (file)
index d8b47ec..3b18e0b
@@ -52,4 +52,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply sick update 61, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply sick update 61, rollback issued. Error message : %s' % (str(msg)))