Skip to content

Commit 6aa8a42

Browse files
committed
fixup! update tests to use rules_tests; implement commented out case; update real examples to use runfiles-root relative paths
1 parent 39e7e5a commit 6aa8a42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/private/py_executable_bazel.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ def _create_zip_main(ctx, *, stage2_bootstrap, runtime_details, venv):
344344
)
345345
return output
346346

347-
# Return a relative path from one path to another, where both paths are each
348-
# relative paths from a common root.
349347
def relative_path(from_, to):
350348
"""Compute a relative path from one path to another.
351349

0 commit comments

Comments
 (0)