aboutsummaryrefslogtreecommitdiffstats
path: root/fusearchive.py
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-07-23 16:54:59 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-07-23 16:54:59 (GMT)
commit2caa18533d925ea687c255ea20c1d96ad8304929 (patch)
tree45e810a43e465242ce793a2f7699d8477d4f5f77 /fusearchive.py
parentb90720764eab6c999fe7a4ef5169bb82fb080c22 (diff)
downloadfusearchive-2caa18533d925ea687c255ea20c1d96ad8304929.zip
fusearchive-2caa18533d925ea687c255ea20c1d96ad8304929.tar.gz
fusearchive-2caa18533d925ea687c255ea20c1d96ad8304929.tar.bz2
Added note about some kind of race condition bug
Diffstat (limited to 'fusearchive.py')
-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 )