summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-10-16 19:38:22 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-10-16 19:38:22 -0400
commit49ea6f4a2fc4588b298329dd75c76cbc56b59562 (patch)
treee083945a01e812e8b303b7a67f859c6c247476c5 /TODO.org
parentafe8399f3988f3fa62808f7db0575d2f2554b82e (diff)
Fxed bug #9.
Now the read_file and write_file functions in combox.file module close the file objects before returning. modified: TODO.org modified: combox/file.py
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 136f34d..c064276 100644
--- a/TODO.org
+++ b/TODO.org
@@ -44,7 +44,10 @@
CLOSED: [2015-09-12 Sat 23:29]
- CLOSING NOTE [2015-09-12 Sat 23:29] \\
Fixed.
-**** TODO read_file and write_file functions in combox.file must call close() on file objects :b#9:
+**** DONE read_file and write_file functions in combox.file must call close() on file objects :b#9:
+ CLOSED: [2015-10-16 Fri 19:37]
+ - CLOSING NOTE [2015-10-16 Fri 19:37] \\
+ Fixed it.
** functionlity
*** DONE rewrite combox.events.NodeDirMonitor.on_created method
CLOSED: [2015-04-01 Wed 23:06]