Skip to content

Commit be4ed22

Browse files
committed
fixed tree building
1 parent c30e2b0 commit be4ed22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yalla.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def get_gitignore_patterns() -> Set[str]:
5959
def get_path_components(path: str) -> Tuple[str, str]:
6060
return os.path.basename(path), os.path.relpath(path)
6161

62+
6263
def matches_any_pattern(path_components: Tuple[str, str], patterns: Set[str]) -> bool:
6364
name, rel_path = path_components
6465
return any(

0 commit comments

Comments
 (0)