summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 22:21:32 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 22:21:32 -0400
commit13a101efbcd68788929c8b789c84469a752515e0 (patch)
tree2a315489cf3a7cbaa545cf1f7e9b42749f7b419f /TODO.org
parent422238eb4904de14842221fa09a2b4028801afb1 (diff)
TODO.org: marked bugs #6 and #7 as fixed.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index 823534f..7d9c440 100644
--- a/TODO.org
+++ b/TODO.org
@@ -26,12 +26,17 @@
CLOSED: [2015-09-12 Sat 20:18]
- CLOSING NOTE [2015-09-12 Sat 20:18] \\
Done.
-**** TODO directory rename does not delete old directory on remote computer. :b#6:
+**** DONE directory rename does not delete old directory on remote computer. :b#6:
This is happending because the files inside the directory are
going through a delayed deletion.
+ CLOSED: [2015-09-12 Sat 22:20]
+ - CLOSING NOTE [2015-09-12 Sat 22:20] \\
+ Done.
The solution will be to do a delayed deletion of the old directory path.
-**** TODO combox.file.rm_path fails when a non-existent file is given :b#7:
+**** DONE combox.file.rm_path fails when a non-existent file is given :b#7:
+ CLOSED: [2015-09-12 Sat 22:20]
+ - CLOSING NOTE [2015-09-12 Sat 22:20]
** functionlity
*** DONE rewrite combox.events.NodeDirMonitor.on_created method