Fixes typo in error message for bad status

Bugfix #380 We want the bad status of page, not article.
This commit is contained in:
tBunnyMan 2012-06-26 19:51:48 -07:00
commit de251bc999

View file

@ -382,7 +382,7 @@ class PagesGenerator(Generator):
hidden_pages.append(page)
else:
logger.warning(u"Unknown status %s for file %s, skipping it." %
(repr(unicode.encode(article.status, 'utf-8')),
(repr(unicode.encode(page.status, 'utf-8')),
repr(f)))