Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pip_install/extract_wheels/lib/bazel.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def whl_requirement(name):
return requirement(name) + ":whl"

def install_deps():
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_install_incremental()?")
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_parse()?")
""".format(
repo=repo_name,
requirement_labels=requirement_labels,
Expand Down