# HG changeset patch # User drewp@bigasterisk.com # Date 1371408361 0 # Node ID 3b059200061d5b3a1c3656561cb6a04d51bee0a7 # Parent 304874a34934df5b637eb4abc5619347daadac06 assume delete_self inotify event means a new version was moved into place, and do a reread Ignore-this: d9811b59755d88948642d74a91d7c3b2 diff -r 304874a34934 -r 3b059200061d light9/rdfdb/graphfile.py --- 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