diff options
Diffstat (limited to 'fs/contrib/archivefs.py')
-rw-r--r-- | fs/contrib/archivefs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/contrib/archivefs.py b/fs/contrib/archivefs.py index f2b48f6..21f6b8c 100644 --- a/fs/contrib/archivefs.py +++ b/fs/contrib/archivefs.py @@ -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 |