Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
beavailable committed Apr 3, 2023
1 parent d21b970 commit 8be35b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ def _archive(self, base_dir, dir, zip):
pass

def _contains_hidden_segment_windows(self, path):
if path == '/':
return False
prefix = self._dir
for segment in path.strip('/').split('/'):
if self.is_hidden(prefix + segment):
Expand Down

0 comments on commit 8be35b3

Please sign in to comment.