]> git.donarmstrong.com Git - dak.git/blobdiff - dak/dakdb/update13.py
Convert raise statement to Python 2.6.
[dak.git] / dak / dakdb / update13.py
index ddb79780117d9adbd850e975da2ce4e4fd269b6f..1696e75920ed9d6a7146f31336b68c7ab48a4fb8 100755 (executable)
@@ -46,4 +46,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply process-new update 13, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply process-new update 13, rollback issued. Error message : %s" % (str(msg)))