~laney/ubuntu-archive-tools/retry-autopkgtest-regressions-bileto-v2

« back to all changes in this revision

Viewing changes to sync-blacklist

  • 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:
57
57
                        comment.comment_author.name)
58
58
                comment_author = authors[comment.comment_author_link]
59
59
                comment_text = [c for c in comment.body_text.splitlines()
60
 
                                  if c and not c.startswith("Ignored")]
 
60
                                if c and not c.startswith("Ignored")]
61
61
                print("# %s: %s" % (comment_author, "\n#".join(comment_text)),
62
62
                      file=output_file)
63
63
            print("%s\n" % pkg, file=output_file)