Skip to content

Commit dcd13ed

Browse files
authoredJan 8, 2025
Update config.py set_string_list
1 parent 96998aa commit dcd13ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sshfs/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ def parse_config(*, host, user=(), port=(), local_user=None, config_files=None):
4949
# test compares as list
5050
#this is done just to compatible with prev test case
5151
if config.get("ProxyCommand", None):
52-
config["ProxyCommand"] = config.get("ProxyCommand").split()
52+
config._set_string_list("ProxyCommand", config.get("ProxyCommand").split())
5353
return config

0 commit comments

Comments
 (0)