Skip to content

Commit

Permalink
Replace old pip_install_incremental reference (bazelbuild#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
person142 authored Apr 23, 2021
1 parent 6a9311c commit 1b4f61b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1b4f61b

Please sign in to comment.