~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/build.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:
588
588
        if self.text is not None or self.arch_tag is not None:
589
589
            binary_only = True
590
590
 
591
 
        # request context build records according the selected state
 
591
        # request context build records according to the selected state
592
592
        builds = self.context.getBuildRecords(
593
593
            build_state=self.state, name=self.text, arch_tag=self.arch_tag,
594
594
            user=self.user, binary_only=binary_only)