Make flake8 happy

This commit is contained in:
Oleksii Shevchuk 2018-09-19 09:53:50 +03:00
parent c0b0c81121
commit 2173d27884
1 changed files with 1 additions and 1 deletions

View File

@ -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: