[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] And that is probaby Linux (hello git) fault :)



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update18.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update18.py b/dak/dakdb/update18.py
index b814141..d242011 100755
--- a/dak/dakdb/update18.py
+++ b/dak/dakdb/update18.py
@@ -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))
-- 
1.6.3.3


Reply to: