Commit 34c78ce2 by btimby

Added TODO note for future enhancement

parent ab55bbf1
......@@ -221,6 +221,10 @@ class ArchiveMountFS(mountfs.MountFS):
break
return super(ArchiveMountFS, self)._delegate(path)
# TODO: probably need to override move(), movedir() and any other methods
# that modify files (and therefore archives). See remove() below to see
# why.
def remove(self, path):
# In case one of our mounted file systems backing archive is being
# deleted, unmout it before continuing. Once unmounted, the archive
......
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