this is the end of the 'oh my fucking god' error message

This commit is contained in:
Romain Bignon 2011-12-03 13:30:27 +01:00
commit 3110a1cd5a

View file

@ -543,7 +543,7 @@ class BaseBrowser(StandardBrowser):
# Not found
if not pageCls:
self.page = None
self.logger.warning('Oh my fucking god, there isn\'t any page corresponding to URL %s' % result.geturl())
self.logger.warning('There isn\'t any page corresponding to URL %s' % result.geturl())
self.save_response(result, warning=True)
return