summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/buildelement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index 3edc6d2a1..e57ca1c79 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -152,7 +152,7 @@ class BuildElement(Element):
#############################################################
def configure(self, node):
- self.__commands = {}
+ self.__commands = {} # pylint: disable=attribute-defined-outside-init
# FIXME: Currently this forcefully validates configurations
# for all BuildElement subclasses so they are unable to