Changeset - 3b059200061d
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-16 18:46:01
drewp@bigasterisk.com
assume delete_self inotify event means a new version was moved into place, and do a reread
Ignore-this: d9811b59755d88948642d74a91d7c3b2
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/graphfile.py
Show inline comments
 
@@ -66,9 +66,9 @@ class GraphFile(object):
 
                    self.fileGone()
 
                    return
 
                else:
 
                    log.warn("%s delete_self event but file is here. ignoring",
 
                    log.warn("%s delete_self event but file is here. "
 
                             "probably a new version moved in",
 
                             filepath)
 
                return
 

	
 
            # we could filter these out in the watch() call, but I want
 
            # the debugging
0 comments (0 inline, 0 general)