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 fd83c67 commit ef52a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sshfs_mounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def get_config_data(config_folder_path):
output = p.communicate()[0].decode()

for line in output.splitlines():
print (line)
if line in location.get('exclude_folders'):
continue
elif os.path.join(remote_location, line) in location.get('exclude_folders'):
Expand Down

0 comments on commit ef52a76

Please sign in to comment.