gdcvault: Fix flakes warnings
This commit is contained in:
parent
b55812c5a2
commit
4b8e65c7e3
2 changed files with 4 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ class GDCVaultBrowser(BaseBrowser):
|
|||
# but is required to handle cases like 1013422@gdcvault
|
||||
self.set_handle_redirect(False)
|
||||
try:
|
||||
req = self.open_novisit(url)
|
||||
self.open_novisit(url)
|
||||
#headers = req.info()
|
||||
except HTTPError, e:
|
||||
# print e.getcode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue