~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/processdeathrow.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    def processDeathRow(self, archive):
60
60
        """Process death-row for the given archive.
61
61
 
62
 
        It handles the current DB transaction according with the results
63
 
        of the operatin just executed, i.e, commits successfull runs and
64
 
        aborts runs with errors. It also respects 'dry-run' command-line
65
 
        option.
 
62
        It handles the current DB transaction according to the results of
 
63
        the operation just executed, i.e, commits successful runs and aborts
 
64
        runs with errors. It also respects 'dry-run' command-line option.
66
65
        """
67
66
        death_row = getDeathRow(
68
67
            archive, self.logger, self.options.pool_root)