Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b4f61b

Browse filesBrowse files
authored
Replace old pip_install_incremental reference (bazel-contrib#462)
1 parent 6a9311c commit 1b4f61b
Copy full SHA for 1b4f61b

File tree

1 file changed

+1
-1
lines changed
Filter options
  • python/pip_install/extract_wheels/lib

1 file changed

+1
-1
lines changed

‎python/pip_install/extract_wheels/lib/bazel.py

Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/bazel.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def whl_requirement(name):
9595
return requirement(name) + ":whl"
9696
9797
def install_deps():
98-
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_install_incremental()?")
98+
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_parse()?")
9999
""".format(
100100
repo=repo_name,
101101
requirement_labels=requirement_labels,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.