Commit 669d7a20 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! X wcfs: Run fusermount and friends with /bin:/usr/bin always on path

parent 5fcec261
......@@ -509,7 +509,7 @@ def _fuse_unmount(mntpt):
if lsof.returncode:
log.warn("(lsof failed)")
defer(_)
raise
raise RuntimeError("fuse_unmount %s failed (logged details)" % mntpt)
# _is_mountpoint returns whether path is a mountpoint
def _is_mountpoint(path): # -> bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment