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
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue