Skip to content

Commit cdc879e

Browse files
committed
Python: Fix up some bazel references
1 parent aeb667c commit cdc879e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/extractor/tsg-python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ codeql_rust_binary(
1212
visibility = ["//visibility:public"],
1313
deps = all_crate_deps(
1414
normal = True,
15-
) + ["//extractor-python/tsg-python/tree-sitter-python"],
15+
) + ["//python/extractor/tsg-python/tree-sitter-python"],
1616
)

python/extractor/tsg-python/Cargo.Bazel.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "54f1095f5a2e74da736682bc8d355b3dbce47558983feba04faba84cf3abfaca",
2+
"checksum": "5ea5454a42d65412a64a48233e83f21d17461b20f8c283260a3de1d964645868",
33
"crates": {
44
"ahash 0.4.7": {
55
"name": "ahash",
@@ -2152,8 +2152,8 @@
21522152
},
21532153
"binary_crates": [],
21542154
"workspace_members": {
2155-
"tree-sitter-python 0.19.0": "extractor-python/tsg-python/tree-sitter-python",
2156-
"tsg-python 0.1.0": "extractor-python/tsg-python"
2155+
"tree-sitter-python 0.19.0": "python/extractor/tsg-python/tree-sitter-python",
2156+
"tsg-python 0.1.0": "python/extractor/tsg-python"
21572157
},
21582158
"conditions": {
21592159
"aarch64-apple-darwin": [

0 commit comments

Comments
 (0)