Merge pull request #11786 from MikeMcQuaid/cleanup_permissions
extend/pathname: handle missing permissions on removal.
This commit is contained in:
commit
13d3eab24f
@ -261,7 +261,7 @@ class Pathname
|
|||||||
else
|
else
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
rescue Errno::EACCES, Errno::ENOENT, Errno::EBUSY
|
rescue Errno::EACCES, Errno::ENOENT, Errno::EBUSY, Errno::EPERM
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user