Skip to content

Commit

Permalink
Update config.py set_string_list
Browse files Browse the repository at this point in the history
  • Loading branch information
99-NinetyNine authored Jan 8, 2025
1 parent 96998aa commit dcd13ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshfs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def parse_config(*, host, user=(), port=(), local_user=None, config_files=None):
# test compares as list
#this is done just to compatible with prev test case
if config.get("ProxyCommand", None):
config["ProxyCommand"] = config.get("ProxyCommand").split()
config._set_string_list("ProxyCommand", config.get("ProxyCommand").split())
return config

0 comments on commit dcd13ed

Please sign in to comment.