aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfusearchive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fusearchive.py b/fusearchive.py
index b1ebc36..e77fd46 100755
--- a/fusearchive.py
+++ b/fusearchive.py
@@ -363,6 +363,8 @@ class FuseArchive(Fuse):
self.modified = True
return len(buf)
+ # BUG: If you cp -a a file then quickly ls -l sometimes it doesn't show
+ # up right? like wrong size and stuff?
def release(self, flags):
# Deflate the file
dmsg( 2, "Release: " + self.orig_path )