Skip to content

Commit c9158aa

Browse files
committed
fixup debugging statements
1 parent 6e4ee51 commit c9158aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/bzlmod/pip.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ def _create_whl_repos(module_ctx, pip_attr, whl_map, whl_overrides, group_map, s
256256
)
257257
whl_library_args.update({k: v for k, (v, default) in maybe_args_with_default.items() if v == default})
258258

259-
if requirement.whls or requirement.sdists:
259+
if requirement.whls or requirement.sdist:
260260
logger.debug(lambda: "Selecting a compatible dist for {} from dists:\n{}".format(
261261
repository_platform,
262262
json.encode(
263263
struct(
264264
whls = requirement.whls,
265-
sdists = requirement.sdists,
265+
sdist = requirement.sdist,
266266
),
267267
),
268268
))

0 commit comments

Comments
 (0)