summaryrefslogtreecommitdiff
path: root/src/buildstream/plugin.py
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-04-16 17:56:27 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-05-12 12:40:06 +0000
commite5ed02da0b99c16481eac58963f4ebbdf0481590 (patch)
tree80cb678d1b355e5cc58dccb0b768ea5e767b00e7 /src/buildstream/plugin.py
parent10aeb94a13812ebb34b8aa57bcd4276942259153 (diff)
downloadbuildstream-e5ed02da0b99c16481eac58963f4ebbdf0481590.tar.gz
element.py: Always expand all variables at element creation
This will allow all users to not have to care about whether the option is expanded or not, making it easier to use variables everywhere
Diffstat (limited to 'src/buildstream/plugin.py')
-rw-r--r--src/buildstream/plugin.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buildstream/plugin.py b/src/buildstream/plugin.py
index dfb54332f..6795043e7 100644
--- a/src/buildstream/plugin.py
+++ b/src/buildstream/plugin.py
@@ -301,11 +301,6 @@ class Plugin:
should be used to ensure that the user has not specified keys in `node` which are unsupported
by the plugin.
- .. note::
-
- For Elements, when variable substitution is desirable, the
- :func:`Element.node_subst_vars() <buildstream.element.Element.node_subst_vars>`
- method can be used.
"""
raise ImplError(
"{tag} plugin '{kind}' does not implement configure()".format(tag=self.__type_tag, kind=self.get_kind())