Index: trunk/tools/editor_trends/etl/enricher.py |
— | — | @@ -473,7 +473,7 @@ |
474 | 474 | print filename |
475 | 475 | input_queue.put(filename) |
476 | 476 | |
477 | | - for x in xrange(cpu_count()): |
| 477 | + for x in xrange(processors): |
478 | 478 | input_queue.put(None) |
479 | 479 | |
480 | 480 | extracters = [Process(target=stream_raw_xml, args=[input_queue, storage, id, function, dataset]) |