We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
supports_rename
WrapReadOnly
1 parent 891d1fc commit 4d80b22Copy full SHA for 4d80b22
fs/wrap.py
@@ -326,5 +326,5 @@ def getmeta(self, namespace="standard"):
326
# type: (Text) -> Mapping[Text, object]
327
self.check()
328
meta = dict(self.delegate_fs().getmeta(namespace=namespace))
329
- meta.update(read_only=True, supports_rename=True)
+ meta.update(read_only=True, supports_rename=False)
330
return meta
0 commit comments