~xnox/ubuntu-archive-tools/sru-report-autopkgtest-vomit

« back to all changes in this revision

Viewing changes to list-builds-on-tracker

  • Committer: Colin Watson
  • Date: 2012-12-13 14:50:11 UTC
  • Revision ID: cjwatson@canonical.com-20121213145011-8xvn3h432hz4197x
make all scripts pass current stricter pep8(1) in raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
def main():
24
24
    parser = argparse.ArgumentParser(
25
 
              description="List all the builds for a milestone.")
 
25
        description="List all the builds for a milestone.")
26
26
    parser.add_argument('-m', '--milestone',
27
27
                        help='post to MILESTONE rather than the default')
28
28
    parser.add_argument('-t', '--target',