Skip to content

Commit cc939e6

Browse files
author
Paolo Tranquilli
committed
Python: fix bazel rule
1 parent a82ba70 commit cc939e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extractor/tsg-python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ codeql_rust_binary(
55
name = "tsg-python",
66
srcs = ["src/main.rs"],
77
aliases = aliases(),
8-
data = ["python.tsg"],
8+
compile_data = ["python.tsg"],
99
proc_macro_deps = all_crate_deps(
1010
proc_macro = True,
1111
),

0 commit comments

Comments
 (0)