We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db0e3ac + db0a219 commit a7d1358Copy full SHA for a7d1358
tools/show_paths.bzl
@@ -13,7 +13,7 @@ def format(target):
13
if files_to_run and files_to_run.executable:
14
outputs[files_to_run.executable.path] = True
15
elif default_info:
16
- for x in default_info.files:
+ for x in default_info.files.to_list():
17
outputs[x.path] = True
18
elif output_group_info:
19
for entry in dir(output_group_info):
0 commit comments