summaryrefslogtreecommitdiff
path: root/src/buildstream/_yaml.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_yaml.pyx')
-rw-r--r--src/buildstream/_yaml.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_yaml.pyx b/src/buildstream/_yaml.pyx
index 2122dea3a..678374272 100644
--- a/src/buildstream/_yaml.pyx
+++ b/src/buildstream/_yaml.pyx
@@ -147,7 +147,7 @@ cdef class ProvenanceInformation:
# public exceptions.py
class CompositeError(Exception):
def __init__(self, path, message):
- super(CompositeError, self).__init__(message)
+ super().__init__(message)
self.path = path
self.message = message