]> git.donarmstrong.com Git - dak.git/commitdiff
And that is probaby Linux (hello git) fault :)
authorJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 09:28:29 +0000 (10:28 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 09:28:29 +0000 (10:28 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update18.py

index b81414186632c73428a36c10400558c96fc63f8c..d24201184d2626bf24987377e8d048a3cbc780b0 100755 (executable)
@@ -154,4 +154,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError, msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply known_changes update 18, rollback issued. Error message
+        raise DBUpdateError, "Unable to apply knownchanges update 18, rollback issued. Error message : %s" % (str(msg))