You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/09/21 07:41:02 UTC

[buildstream] 02/03: element.py: Add link to SandboxFlags in docs for Element.batch_prepare_assemble()

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/type-annotations
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 32a7d3f74c3c9452a08d1681d8e192607fdbeb81
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Sep 16 17:21:14 2021 +0900

    element.py: Add link to SandboxFlags in docs for Element.batch_prepare_assemble()
---
 src/buildstream/element.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildstream/element.py b/src/buildstream/element.py
index 091b5d2..ee3b2fc 100644
--- a/src/buildstream/element.py
+++ b/src/buildstream/element.py
@@ -824,7 +824,7 @@ class Element(Plugin):
         """ Configure command batching across prepare() and assemble()
 
         Args:
-           flags: The sandbox flags for the command batch
+           flags: The :class:`.SandboxFlags` for the command batch
            collect: An optional directory containing partial install contents
                     on command failure.