8000
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 1f966c7 commit cd004c3Copy full SHA for cd004c3
python/pip_install/tools/wheel_installer/wheel_installer.py
@@ -265,7 +265,7 @@ def _extract_wheel(
265
_sanitised_repo_file_label(d, repo_prefix=repo_prefix) for d in whl_deps
266
]
267
268
- with open(os.path.join(directory, "BUILD.bazel"), "w") as build_file:
+ with open(os.path.join(incremental_dir, "BUILD.bazel"), "w") as build_file:
269
additional_content = entry_points
270
data = []
271
data_exclude = pip_data_exclude
0 commit comments