wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

FSMonitorInotify doesn't use the correct path when calling FSMonitor.trigger_event #73

Closed wimleers closed 13 years ago

wimleers commented 13 years ago

Title says it all. It uses event.path, which is the parent directory in which the event has happened. However, this may well be a subdirectory of one of the so called "monitored paths".

This is a minor bug: it didn't have any side-effect.

Also discovered while working on #69 (like #72).