X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate23.py;h=4750c153b767fe21091a27865132b78cd091a9f1;hb=47cd096281f1cc36dfe9818ef1fbae8d02f6ada6;hp=922322b35fe8a1b21f7b82b553d8282a34a399d8;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update23.py b/dak/dakdb/update23.py old mode 100755 new mode 100644 index 922322b3..4750c153 --- a/dak/dakdb/update23.py +++ b/dak/dakdb/update23.py @@ -60,5 +60,5 @@ CREATE VIEW srcfiles_suite_component AS except psycopg2.InternalError as msg: self.db.rollback() - raise DBUpdateError, "Database error, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Database error, rollback issued. Error message : %s" % (str(msg)))