~ubuntu-branches/ubuntu/lucid/aptdaemon/lucid

« back to all changes in this revision

Viewing changes to aptdaemon/worker.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-03-31 10:43:22 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20100331104322-veg7dtwx13t97ga5
Tags: 0.11+bzr345-0ubuntu1
New snapshot that fixes crashes in AddRepository and
DpkgRecovery

Show diffs side-by-side

added added

removed removed

Lines of Context:
571
571
            # Run dpkg --configure -a to recover from a failed transaction
572
572
            self.trans.status = STATUS_CLEANING_UP
573
573
            self._unlock_cache()
574
 
            progress = DaemonDpkgRecoverProgress(self.trans, beginn=90, end=95)
 
574
            progress = DaemonDpkgRecoverProgress(self.trans, begin=90, end=95)
575
575
            progress.startUpdate()
576
576
            progress.run()
577
577
            progress.finishUpdate()