summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index a34e90f6..07a94110 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -271,6 +271,8 @@ class GtkInstallProgressAdapter(InstallProgress):
InstallProgress.updateInterface(self)
except ValueError, e:
logging.error("got ValueError from InstallPrgoress.updateInterface. Line was '%s' (%s)" % (self.read, e))
+ # reset self.read so that it can continue reading and does not loop
+ self.read = ""
# check if we haven't started yet with packages, pulse then
if self.start_time == 0.0:
self.progress.pulse()