Skip to content

Commit 4d80b22

Browse files
committed
fix supports_rename in WrapReadOnly
1 parent 891d1fc commit 4d80b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/wrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ def getmeta(self, namespace="standard"):
326326
# type: (Text) -> Mapping[Text, object]
327327
self.check()
328328
meta = dict(self.delegate_fs().getmeta(namespace=namespace))
329-
meta.update(read_only=True, supports_rename=True)
329+
meta.update(read_only=True, supports_rename=False)
330330
return meta

0 commit comments

Comments
 (0)