Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
669d7a20
Commit
669d7a20
authored
Jun 17, 2021
by
Kirill Smelkov
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! X wcfs: Run fusermount and friends with /bin:/usr/bin always on path
parent
5fcec261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wcfs/__init__.py
wcfs/__init__.py
+1
-1
No files found.
wcfs/__init__.py
View file @
669d7a20
...
@@ -509,7 +509,7 @@ def _fuse_unmount(mntpt):
...
@@ -509,7 +509,7 @@ def _fuse_unmount(mntpt):
if
lsof
.
returncode
:
if
lsof
.
returncode
:
log
.
warn
(
"(lsof failed)"
)
log
.
warn
(
"(lsof failed)"
)
defer
(
_
)
defer
(
_
)
raise
raise
RuntimeError
(
"fuse_unmount %s failed (logged details)"
%
mntpt
)
# _is_mountpoint returns whether path is a mountpoint
# _is_mountpoint returns whether path is a mountpoint
def
_is_mountpoint
(
path
):
# -> bool
def
_is_mountpoint
(
path
):
# -> bool
...
...
Kirill Smelkov
@kirr
mentioned in commit
58e2a88c
·
Oct 27, 2021
mentioned in commit
58e2a88c
mentioned in commit 58e2a88c7261ddeefb603bff6ffb2dcd9468bc86
Toggle commit list
Kirill Smelkov
@kirr
mentioned in commit
e3f2ee2d
·
Oct 28, 2021
mentioned in commit
e3f2ee2d
mentioned in commit e3f2ee2d7f18d5718817fd3a6e098b126946bbbc
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment