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 cabd9c1 commit 1e3ccbeCopy full SHA for 1e3ccbe
python/private/py_library.bzl
@@ -295,7 +295,6 @@ def _get_site_packages_symlinks(ctx):
295
def _repo_relative_short_path(short_path):
296
# Convert `../+pypi+foo/some/file.py` to `some/file.py`
297
if short_path.startswith("../"):
298
- fail(short_path)
299
return short_path[3:].partition("/")[2]
300
else:
301
return short_path
0 commit comments