diff --git a/python/extractor/BUILD.bazel b/python/extractor/BUILD.bazel index 0ac816f0642..eabaee519ea 100644 --- a/python/extractor/BUILD.bazel +++ b/python/extractor/BUILD.bazel @@ -44,6 +44,6 @@ codeql_pkg_files( ":python3src", ] + glob(["data/**"]), prefix = "tools", - strip_prefix=strip_prefix.from_pkg(), + strip_prefix = strip_prefix.from_pkg(), visibility = ["//python:__pkg__"], )