Skip to content

Commit 104d221

Browse files
Update python/private/pypi/simpleapi_download.bzl
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cc2aae6 commit 104d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/simpleapi_download.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _read_simpleapi(ctx, url, attr, cache, get_auth = None, **download_kwargs):
243243
url = [real_url],
244244
output = output,
245245
auth = get_auth(ctx, [real_url], ctx_attr = attr),
246-
allow_fail = False,
246+
allow_fail = True,
247247
**download_kwargs
248248
)
249249

0 commit comments

Comments
 (0)