~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/massage-bug-import-xml

  • Committer: Gavin Panella
  • Date: 2010-10-28 19:45:18 UTC
  • mto: This revision was merged to the branch mainline in revision 11817.
  • Revision ID: gavin.panella@canonical.com-20101028194518-ol6ry03rbwqhwrj2
Fix comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
            else:
106
106
                problem_detail("First comment has text.")
107
107
                problem_resolution("Removing description.")
108
 
                # The spec says that the description is optional, but
109
 
                # the importer treats it as optional.
 
108
                # The spec says that the description is not optional, but the
 
109
                # importer treats it as optional.
110
110
                bug.remove(description)
111
111
            problem_resolved()
112
112
        elif len(description.text) > 50000: