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 4047587 commit e251c60Copy full SHA for e251c60
experimental/python/wheel.bzl
@@ -40,7 +40,7 @@ def _py_package_impl(ctx):
40
[dep[DefaultInfo].default_runfiles.files for dep in ctx.attr.deps],
41
)
42
43
- # TODO: '/' is wrong on windows, but the path separator is not available in skylark.
+ # TODO: '/' is wrong on windows, but the path separator is not available in starlark.
44
# Fix this once ctx.configuration has directory separator information.
45
packages = [p.replace(".", "/") for p in ctx.attr.packages]
46
if not packages:
0 commit comments