Doh! ReadOnlyFS was blocking delattr and not delxattr

parent 4ad6737d
......@@ -55,7 +55,7 @@ class ReadOnlyFS(WrapFS):
makedir = _no_can_do
rename = _no_can_do
setxattr = _no_can_do
delattr = _no_can_do
delxattr = _no_can_do
remove = _no_can_do
removedir = _no_can_do
settimes = _no_can_do
......
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