Commit 2afb6e1f by willmcgugan@gmail.com

Typo fix

parent 07888d97
...@@ -243,7 +243,7 @@ class SFTPFS(FS): ...@@ -243,7 +243,7 @@ class SFTPFS(FS):
try: try:
transport.auth_publickey(username, key) transport.auth_publickey(username, key)
return key return key
except paramike.SSHException: except paramiko.SSHException:
pass pass
return None return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment