summaryrefslogtreecommitdiffstats
path: root/combox/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'combox/events.py')
-rw-r--r--combox/events.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/combox/events.py b/combox/events.py
index efdbc53..609ed8e 100644
--- a/combox/events.py
+++ b/combox/events.py
@@ -311,6 +311,7 @@ class NodeDirMonitor(LoggingEventHandler):
if num == self.num_nodes:
os.mkdir(file_cb_path)
+ self.silo.node_rem('file_created', file_cb_path)
elif (not event.is_directory) and (not path.exists(file_cb_path)):
# shard created.
@@ -324,6 +325,7 @@ class NodeDirMonitor(LoggingEventHandler):
decrypt_and_glue(file_cb_path, self.config)
# update db.
self.silo.update(file_cb_path)
+ self.silo.node_rem('file_created', file_cb_path)
def on_deleted(self, event):