summaryrefslogtreecommitdiff
path: root/buildstream/_platform/unix.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_platform/unix.py')
-rw-r--r--buildstream/_platform/unix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/_platform/unix.py b/buildstream/_platform/unix.py
index 3bd86e0ac..7aa8cbc0d 100644
--- a/buildstream/_platform/unix.py
+++ b/buildstream/_platform/unix.py
@@ -27,9 +27,9 @@ from . import Platform
class Unix(Platform):
- def __init__(self, context):
+ def __init__(self):
- super().__init__(context)
+ super().__init__()
self._uid = os.geteuid()
self._gid = os.getegid()