Skip to content

Commit 932ccf6

Browse files
committed
fixed rename of parameter
1 parent 3187663 commit 932ccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sshfs/spec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
max_sftp_channels=max_sessions - _SHELL_CHANNELS,
7878
timeout=_timeout, # goes to sync_wrapper
7979
connect_args=_client_args, # for asyncssh.connect
80-
sftp_client_args=sftp_client_kwargs or {}, # for asyncssh.SSHClientConnection.start_sftp_client
80+
sftp_client_kwargs=sftp_client_kwargs or {}, # for asyncssh.SSHClientConnection.start_sftp_client
8181
)
8282
weakref.finalize(
8383
self, sync, self.loop, self._finalize, self._pool, self._stack

0 commit comments

Comments
 (0)