lists.arthurdejong.org
RSS feed

webcheck commit: r455 - webcheck/webcheck/plugins

[Date Prev][Date Next] [Thread Prev][Thread Next]

webcheck commit: r455 - webcheck/webcheck/plugins



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/