diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2015-11-08 14:57:04 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-11-08 15:01:25 -0500 |
commit | 7ed3c9cbe6e56223b043a23408474f9df08f119e (patch) | |
tree | 471f07c7711858fcfd16b0481eb36da575307b76 /ChangeLog | |
parent | b6788a2ce08c61dc67be62dafc459ddd00e0ed83 (diff) |
Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ChangeLog.
Changes related to bug#10.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ -2015-11-2 Siddharth Ravikumar <sravik@bgsu.edu> +2015-11-08 Siddharth Ravikumar <sravik@bgsu.edu> + + * combox/events.py: ComboxDirMonitor and NodeDirMonitor now keep + track of the files that are created during "this" run; this + information is used to ignore the on_modified event triggered by + watchdog when a file is created. + + Also, a delay proportional to the size of the file is introduced + on the on_modified callback methods of the ComboxDirMonitor and + NodeDirMonitor to prevent multiple on_modified from being + triggered by watchdog. + + These changes are related to bug#10 (See TODO.org). + + * tests/events_test.py: updated correponding tests. + +2015-11-02 Siddharth Ravikumar <sravik@bgsu.edu> commit 7509f54f5173769eea |