r84680 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84679‎ | r84680 | r84681 >
Date:13:47, 24 March 2011
Author:diederik
Status:deferred
Tags:
Comment:
Fixed some exceptions for comment parsing
Modified paths:
  • /trunk/tools/editor_trends/etl/enricher.py (modified) (history)

Diff [purge]

Index: trunk/tools/editor_trends/etl/enricher.py
@@ -331,7 +331,7 @@
332332 text = extract_revision_text(revision)
333333 row.update(contributor)
334334
335 - comment = add_comment(revision_id, revision)
 335+ comment = extract_comment_text(revision_id, revision)
336336 cache.comments.update(comment)
337337
338338 timestamp = revision.find('timestamp').text

Status & tagging log