Skip to content

Commit 1e3ccbe

Browse files
committed
remove debugging fail
1 parent cabd9c1 commit 1e3ccbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/py_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def _get_site_packages_symlinks(ctx):
295295
def _repo_relative_short_path(short_path):
296296
# Convert `../+pypi+foo/some/file.py` to `some/file.py`
297297
if short_path.startswith("../"):
298-
fail(short_path)
299298
return short_path[3:].partition("/")[2]
300299
else:
301300
return short_path

0 commit comments

Comments
 (0)