From 21c6d7a38ef1307f2d67de3ca985956c69d70d5a Mon Sep 17 00:00:00 2001 From: skill Date: Sat, 4 Jan 2025 13:15:23 -0800 Subject: [PATCH] Google internal change PiperOrigin-RevId: 712090894 --- aspect/intellij_info_impl.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/aspect/intellij_info_impl.bzl b/aspect/intellij_info_impl.bzl index d4da3601775..536bc00bc90 100644 --- a/aspect/intellij_info_impl.bzl +++ b/aspect/intellij_info_impl.bzl @@ -348,6 +348,7 @@ def collect_py_info(target, ctx, semantics, ide_info, ide_info_file, output_grou py_launcher = None sources = sources_from_target(ctx) + to_build = target[PyInfo].transitive_sources args = getattr(ctx.rule.attr, "args", []) data_deps = getattr(ctx.rule.attr, "data", [])