Skip to content

Commit a7d1358

Browse files
committed
Merge pull request #12069 from konstantin-s-bogom:master
PiperOrigin-RevId: 797520229
2 parents db0e3ac + db0a219 commit a7d1358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/show_paths.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def format(target):
1313
if files_to_run and files_to_run.executable:
1414
outputs[files_to_run.executable.path] = True
1515
elif default_info:
16-
for x in default_info.files:
16+
for x in default_info.files.to_list():
1717
outputs[x.path] = True
1818
elif output_group_info:
1919
for entry in dir(output_group_info):

0 commit comments

Comments
 (0)