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 0317546 commit ab347ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sshfs_mounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def get_config_data(config_folder_path):
if mount_options and identity_file:
if "IdentityFile" not in mount_options:
mount_options += ',IdentityFile=' + identity_file
print (mount_options)
remote_locations = location.get('remote_locations')
if not remote_locations:
remote_locations = []
Expand Down

0 comments on commit ab347ba

Please sign in to comment.