changeset 995:3b059200061d

assume delete_self inotify event means a new version was moved into place, and do a reread Ignore-this: d9811b59755d88948642d74a91d7c3b2
author drewp@bigasterisk.com
date Sun, 16 Jun 2013 18:46:01 +0000
parents 304874a34934
children 458eb42fa016
files light9/rdfdb/graphfile.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/rdfdb/graphfile.py	Sun Jun 16 18:44:45 2013 +0000
+++ b/light9/rdfdb/graphfile.py	Sun Jun 16 18:46:01 2013 +0000
@@ -66,9 +66,9 @@
                     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