summaryrefslogtreecommitdiff
path: root/src/buildstream/_options/optioneltmask.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_options/optioneltmask.py')
-rw-r--r--src/buildstream/_options/optioneltmask.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_options/optioneltmask.py b/src/buildstream/_options/optioneltmask.py
index 09c2ce8c2..507dc7070 100644
--- a/src/buildstream/_options/optioneltmask.py
+++ b/src/buildstream/_options/optioneltmask.py
@@ -33,7 +33,7 @@ class OptionEltMask(OptionFlags):
def load(self, node):
# Ask the parent constructor to disallow value definitions,
# we define those automatically only.
- super(OptionEltMask, self).load(node, allow_value_definitions=False)
+ super().load(node, allow_value_definitions=False)
# Here we want all valid elements as possible values,
# but we'll settle for just the relative filenames