Skip to content

Commit e251c60

Browse files
"Skylark" is an outdated name of the language, please use "starlark" instead (bazel-contrib#327)
Co-authored-by: Andy Scott <andyscott@users.noreply.github.com>
1 parent 4047587 commit e251c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/python/wheel.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _py_package_impl(ctx):
4040
[dep[DefaultInfo].default_runfiles.files for dep in ctx.attr.deps],
4141
)
4242

43-
# TODO: '/' is wrong on windows, but the path separator is not available in skylark.
43+
# TODO: '/' is wrong on windows, but the path separator is not available in starlark.
4444
# Fix this once ctx.configuration has directory separator information.
4545
packages = [p.replace(".", "/") for p in ctx.attr.packages]
4646
if not packages:

0 commit comments

Comments
 (0)