X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate34.py;h=03f15739438bcae0ee28bf3f8ffc5194799495f1;hb=9dbb7b6ec34adb6a28180279895c888806f6e9de;hp=35351c249c868d24bf2a03622717a29de60c31c0;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update34.py b/dak/dakdb/update34.py index 35351c24..03f15739 100644 --- a/dak/dakdb/update34.py +++ b/dak/dakdb/update34.py @@ -45,4 +45,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply build_queue update 34, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply build_queue update 34, rollback issued. Error message : %s' % (str(msg)))