temp hack to support new browser
This commit is contained in:
parent
8d7f613f59
commit
0a0865542a
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ class BaseBackend(object):
|
|||
kwargs['proxy'] = os.environ['HTTP_PROXY']
|
||||
kwargs['logger'] = self.logger
|
||||
|
||||
if self.BROWSER.SAVE_RESPONSES and self.BROWSER.responses_dirname:
|
||||
if hasattr(self.BROWSER, 'SAVE_RESPONSES') and self.BROWSER.SAVE_RESPONSES and self.BROWSER.responses_dirname:
|
||||
kwargs.setdefault('responses_dirname', os.path.join(self.BROWSER.responses_dirname,
|
||||
self._private_config.get('_debug_dir', self.name)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue