83
96
if nickname.text is None or fix_nickname:
84
97
nickname.text = u"%s-%s" % (project_name, bug.get('id'))
86
103
# Get the first comment and its text. We'll need these later.
87
104
first_comment = bug.find('{%s}comment' % NS)
88
105
first_comment_text = first_comment.find('{%s}text' % NS)