Skip to content

Commit fe50515

Browse files
committed
fix(bzlmod): join extra_pip_args from the file and the pip.parse attr
1 parent 5c819b2 commit fe50515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/bzlmod/MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/private/pypi/parse_requirements.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def parse_requirements(
4848
different package versions (or different packages) for different
4949
os, arch combinations.
5050
extra_pip_args (string list): Extra pip arguments to perform extra validations and to
51-
be joined with args fined in files.
51+
be joined with args found in files.
5252
get_index_urls: Callable[[ctx, list[str]], dict], a callable to get all
5353
of the distribution URLs from a PyPI index. Accepts ctx and
5454
distribution names to query.

0 commit comments

Comments
 (0)