~bkerensa/sessioninstaller/fix-for-988775

« back to all changes in this revision

Viewing changes to sessioninstaller/backends/aptd.py

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2010-07-12 14:03:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100712140340-3c9023mv7fngwm31
Tags: upstream-0.20
ImportĀ upstreamĀ versionĀ 0.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
            raise sessioninstaller.errors.ModifyCancelled
116
116
        except aptdaemon.errors.TransactionFailed, error:
117
117
            pass
 
118
        except sessioninstaller.errors.ModifyCancelled, error:
 
119
            raise error
118
120
        except Exception, error:
119
121
            error = aptdaemon.errors.TransactionFailed(enums.ERROR_UNKNOWN,
120
122
                                                       str(error))