summaryrefslogtreecommitdiff
path: root/src/buildstream/_fuse/mount.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_fuse/mount.py')
-rw-r--r--src/buildstream/_fuse/mount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_fuse/mount.py b/src/buildstream/_fuse/mount.py
index 92ca63179..8cd968f0d 100644
--- a/src/buildstream/_fuse/mount.py
+++ b/src/buildstream/_fuse/mount.py
@@ -205,7 +205,7 @@ class Mount():
# will handle SIGTERM and gracefully exit its own little main loop.
#
try:
- FUSE(self.__operations, self.__mountpoint, nothreads=True, foreground=True, nonempty=True,
+ FUSE(self.__operations, self.__mountpoint, nothreads=True, foreground=True,
**self._fuse_mount_options)
except RuntimeError as exc:
# FUSE will throw a RuntimeError with the exit code of libfuse as args[0]