Skip to content

Commit c2a377a

Browse files
authored
fix var typo
1 parent 021746b commit c2a377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/whl_library_targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def whl_library_targets(
166166
tags = sorted(tags)
167167
data = [] + data
168168

169-
if filesgroups == None:
169+
if filegroups == None:
170170
filegroups = {
171171
EXTRACTED_WHEEL_FILES: dict(
172172
include = ["**"],

0 commit comments

Comments
 (0)