this is the end of the 'oh my fucking god' error message
This commit is contained in:
parent
80a8fcf218
commit
3110a1cd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ class BaseBrowser(StandardBrowser):
|
||||||
# Not found
|
# Not found
|
||||||
if not pageCls:
|
if not pageCls:
|
||||||
self.page = None
|
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)
|
self.save_response(result, warning=True)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue