summaryrefslogtreecommitdiff
path: root/buildstream/_fuse/mount.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_fuse/mount.py')
-rw-r--r--buildstream/_fuse/mount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_fuse/mount.py b/buildstream/_fuse/mount.py
index ed56c9b3c..e7662d2b5 100644
--- a/buildstream/_fuse/mount.py
+++ b/buildstream/_fuse/mount.py
@@ -96,7 +96,7 @@ class Mount():
#
def mount(self, mountpoint):
- assert(self.__process is None)
+ assert self.__process is None
self.__mountpoint = mountpoint
self.__process = Process(target=self.__run_fuse)