fix comment indentation for flake8
This commit is contained in:
parent
0fecbc969b
commit
8e7414acff
1 changed files with 1 additions and 1 deletions
|
|
@ -1931,7 +1931,7 @@ def is_requests_cert_error(e):
|
|||
# Using str(e) is slightly ugly, but the error stacks in python-requests
|
||||
# are way more ugly.
|
||||
errstr = str(e)
|
||||
if ('Permission denied' in errstr or # certificate not readable
|
||||
if ('Permission denied' in errstr or # certificate not readable
|
||||
'certificate revoked' in errstr or
|
||||
'certificate expired' in errstr or
|
||||
'certificate verify failed' in errstr):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue