Skip to content

Commit 38169a9

Browse files
committed
Python: Shorten tree-sitter-python directory name
The current name results in a path that is more than 260 characters long, and this causes issues for the build on Windows.
1 parent 6f388ac commit 38169a9

File tree

23 files changed

+1
-1
lines changed

23 files changed

+1
-1
lines changed

python/extractor/tsg-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ smallvec = { version="1.6", features=["union"] }
1717
thiserror = "1.0"
1818
tree-sitter = "0.20.4"
1919
tree-sitter-graph = "0.7.0"
20-
tree-sitter-python = {path = "tree-sitter-python"}
20+
tree-sitter-python = {path = "tsp"}
2121
clap = "2.32"
2222

2323
[dependencies.string-interner]
File renamed without changes.

0 commit comments

Comments
 (0)