X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate6.py;h=f3d11bbc82ad8f293338e8fc31b48dc4f653d7a1;hb=772655d608069f12e400e0d6c7b7fac76eb98083;hp=78a04f5fc5321a869e91017603a627a8f56101d9;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update6.py b/dak/dakdb/update6.py old mode 100755 new mode 100644 index 78a04f5f..f3d11bbc --- a/dak/dakdb/update6.py +++ b/dak/dakdb/update6.py @@ -89,4 +89,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg)))