8000 . · cflewis/rules_python@cd004c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd004c3

Browse files
committed
.
1 parent 1f966c7 commit cd004c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pip_install/tools/wheel_installer/wheel_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def _extract_wheel(
265265
_sanitised_repo_file_label(d, repo_prefix=repo_prefix) for d in whl_deps
266266
]
267267

268-
with open(os.path.join(directory, "BUILD.bazel"), "w") as build_file:
268+
with open(os.path.join(incremental_dir, "BUILD.bazel"), "w") as build_file:
269269
additional_content = entry_points
270270
data = []
271271
data_exclude = pip_data_exclude

0 commit comments

Comments
 (0)
0