This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/artifact-show-remote in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit af653a0a32996ce89c6d15bc2ddcfab61674ef55 Author: Tristan van Berkom <[email protected]> AuthorDate: Sun Nov 9 14:16:41 2025 +0900 Fixup implementation --- src/buildstream/_stream.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py index a143509f7..9fbac921e 100644 --- a/src/buildstream/_stream.py +++ b/src/buildstream/_stream.py @@ -792,12 +792,12 @@ class Stream: # ignore_project_artifact_remotes: Whether to ignore artifact remotes specified by projects # def artifact_show( - self, - targets, - *, - selection=_PipelineSelection.NONE, - artifact_remotes: Iterable[RemoteSpec] = (), - ignore_project_artifact_remotes: bool = False, + self, + targets, + *, + selection=_PipelineSelection.NONE, + artifact_remotes: Iterable[RemoteSpec] = (), + ignore_project_artifact_remotes: bool = False, ): # Obtain list of Element and/or ArtifactElement objects target_objects = self.load_selection(
