We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b673092 commit c30cc0fCopy full SHA for c30cc0f
python/extractor/BUILD.bazel
@@ -44,6 +44,6 @@ codeql_pkg_files(
44
":python3src",
45
] + glob(["data/**"]),
46
prefix = "tools",
47
- strip_prefix=strip_prefix.from_pkg(),
+ strip_prefix = strip_prefix.from_pkg(),
48
visibility = ["//python:__pkg__"],
49
)
0 commit comments