We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f98ed commit 1a3f6f6Copy full SHA for 1a3f6f6
gazelle/python/file_parser.go
@@ -72,7 +72,7 @@ func ParseCode(code []byte, path string) (*sitter.Node, error) {
72
if root.HasError() {
73
log.Printf("WARNING: failed to parse %q. The resulting BUILD target may be incorrect.", path)
74
75
- verbose, envExists := os.LookupEnv("GAZELLE_VERBOSE")
+ verbose, envExists := os.LookupEnv("RULES_PYTHON_GAZELLE_VERBOSE")
76
if envExists && verbose == "1" {
77
for i := 0; i < int(root.ChildCount()); i++ {
78
child := root.Child(i)
0 commit comments