Index: trunk/tools/editor_trends/etl/enricher.py |
— | — | @@ -331,7 +331,7 @@ |
332 | 332 | text = extract_revision_text(revision) |
333 | 333 | row.update(contributor) |
334 | 334 | |
335 | | - comment = add_comment(revision_id, revision) |
| 335 | + comment = extract_comment_text(revision_id, revision) |
336 | 336 | cache.comments.update(comment) |
337 | 337 | |
338 | 338 | timestamp = revision.find('timestamp').text |