]> git.donarmstrong.com Git - dak.git/blobdiff - dak/dakdb/update17.py
test_gpg.py: test PGP messages and plaintext
[dak.git] / dak / dakdb / update17.py
old mode 100755 (executable)
new mode 100644 (file)
index 8fc3bd0..493640e
@@ -60,7 +60,7 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply process-new update 17, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply process-new update 17, rollback issued. Error message : %s" % (str(msg)))