r84682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84681‎ | r84682 | r84683 >
Date:13:52, 24 March 2011
Author:diederik
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/tools/editor_trends/etl/enricher.py (modified) (history)

Diff [purge]

Index: trunk/tools/editor_trends/etl/enricher.py
@@ -392,7 +392,7 @@
393393 buffer = cStringIO.StringIO()
394394
395395 if i % 10000 == 0:
396 - print 'Worker % parsed %s articles' % (id, i)
 396+ print 'Worker %s parsed %s articles' % (id, i)
397397
398398
399399 cache.empty()

Status & tagging log