Skip to content

Commit

Permalink
update sshfs_mounter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talosh committed Jan 4, 2023
1 parent b525090 commit 98a45d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshfs_mounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_config_data(config_folder_path):

p = subprocess.Popen(args, stdout=subprocess.PIPE)
output = p.communicate()[0].decode()
pprint (output)
pprint (output.splitlines())

remote_folders = []
for line in output.splitlines():
Expand Down

0 comments on commit 98a45d2

Please sign in to comment.