webcheck commit: r455 - webcheck/webcheck/plugins
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
webcheck commit: r455 - webcheck/webcheck/plugins
- From: Commits of the webcheck project <webcheck-commits [at] lists.arthurdejong.org>
- To: webcheck-commits [at] lists.arthurdejong.org
- Reply-to: webcheck-users [at] lists.arthurdejong.org
- Subject: webcheck commit: r455 - webcheck/webcheck/plugins
- Date: Sat, 8 Oct 2011 20:43:55 +0200 (CEST)
Author: arthur
Date: Sat Oct 8 20:43:55 2011
New Revision: 455
URL: http://arthurdejong.org/viewvc/webcheck?revision=455&view=revision
Log:
fix typo that resulted in bad links not being reported as page problems
Modified:
webcheck/webcheck/plugins/badlinks.py
Modified: webcheck/webcheck/plugins/badlinks.py
==============================================================================
--- webcheck/webcheck/plugins/badlinks.py Sat Oct 8 20:42:08 2011
(r454)
+++ webcheck/webcheck/plugins/badlinks.py Sat Oct 8 20:43:55 2011
(r455)
@@ -34,7 +34,7 @@
import webcheck.plugins
-def postporcess(crawler):
+def postprocess(crawler):
"""Add all bad links as pageproblems on pages where they are linked."""
session = Session()
# find all links with link problems
--
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits/
- webcheck commit: r455 - webcheck/webcheck/plugins,
Commits of the webcheck project