Skip to content

Commit 8400610

Browse files
authored
fix: docs for ignore_root_user_error at the module level (bazel-contrib#1112)
1 parent 7ffe2f7 commit 8400610

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/extensions.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ python = module_extension(
4242
mandatory = False,
4343
doc = "Whether or not to configure the default coverage tool for the toolchains.",
4444
),
45-
"ignore_root_user_error": attr.bool(),
45+
"ignore_root_user_error": attr.bool(
46+
default = False,
47+
doc = "Whether the check for root should be ignored or not. This causes cache misses with .pyc files.",
48+
mandatory = False,
49+
),
4650
"name": attr.string(mandatory = True),
4751
"python_version": attr.string(mandatory = True),
4852
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy