From 29334bd5ee976264a107787f9efae8e539ec6bb5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 11 Jan 2006 14:53:47 +0100 Subject: * fix --- DistUpgrade/DistUpgradeControler.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DistUpgrade') diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index b27e3926..6c81dd9f 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -277,7 +277,8 @@ class DistUpgradeControler(object): _("A problem occured during the update. " "This is usually some sort of network " "problem, please check your network " - "connection and retry."), e) + "connection and retry."), + "%s" % e) return False return res @@ -313,7 +314,7 @@ class DistUpgradeControler(object): _("Some problem occured during the upgrade. " "This is mostly a network problem, please " "check the network and try again. "), - e) + "%s" % e) return False return res -- cgit v1.2.3