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

« back to all changes in this revision

Viewing changes to post-image-to-iso-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:
40
40
        options.milestone = isotracker.default_milestone()
41
41
 
42
42
    isotracker.post_build(args[0], args[1], milestone=options.milestone,
43
 
                            note=options.note)
 
43
                          note=options.note)
44
44
 
45
45
 
46
46
if __name__ == '__main__':