Skip to content

Commit cfbe969

Browse files
stonierDaniel Stonier
authored and
Daniel Stonier
committed
fix: docs for ignore_root_user_error at the module level
1 parent 7ffe2f7 commit cfbe969

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)