mirror of https://github.com/n1nj4sec/pupy.git
Make flake8 happy
This commit is contained in:
parent
c0b0c81121
commit
2173d27884
|
@ -719,7 +719,7 @@ class SSH(object):
|
|||
pkey_obj, password=key_password)
|
||||
found_key_password = key_password
|
||||
break
|
||||
except SSHException, e:
|
||||
except SSHException:
|
||||
continue
|
||||
|
||||
if pkey is None:
|
||||
|
|
Loading…
Reference in New Issue