diff options
-rw-r--r-- | combox/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combox/events.py b/combox/events.py index e0b558e..42cd617 100644 --- a/combox/events.py +++ b/combox/events.py @@ -263,7 +263,7 @@ class NodeDirMonitor(LoggingEventHandler): for f in files: shard = path.join(root, f) - if (not self.shardp(shard) and + if (not self.shardp(shard) or '.dropbox.cache' in shard): continue |