Kaydet (Commit) 1f047723 authored tarafından Guido van Rossum's avatar Guido van Rossum

Bugfix -- should pass headers=0 when formatting query results.

üst 21c4b5f6
......@@ -518,7 +518,7 @@ class FaqWizard:
emit(ONE_RECENT, period=period)
else:
emit(SOME_RECENT, period=period, count=len(list))
self.format_all(map(lambda (mtime, file): file, list))
self.format_all(map(lambda (mtime, file): file, list), headers=0)
emit(TAIL_RECENT)
def do_roulette(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment