~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/model/builder.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:
315
315
def rescueBuilderIfLost(builder, logger=None):
316
316
    """See `IBuilder`."""
317
317
    # 'ident_position' dict relates the position of the job identifier
318
 
    # token in the sentence received from status(), according the
319
 
    # two status we care about. See lp:launchpad-buildd
 
318
    # token in the sentence received from status(), according to the
 
319
    # two statuses we care about. See lp:launchpad-buildd
320
320
    # for further information about sentence format.
321
321
    ident_position = {
322
322
        'BuilderStatus.BUILDING': 1,