]> git.donarmstrong.com Git - dak.git/blobdiff - dak/dakdb/update15.py
test_gpg.py: also check signature timestamp
[dak.git] / dak / dakdb / update15.py
old mode 100755 (executable)
new mode 100644 (file)
index 3074ff0..7d6b52e
@@ -81,4 +81,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply source format update 15, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply source format update 15, rollback issued. Error message : %s" % (str(msg)))