diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 21:05:32 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 21:05:32 -0500 |
commit | 20c630a1b89c4f431d63e7bf5c04928956400bcb (patch) | |
tree | f19df51851b0d924eb93fee9c1847373393cdcd9 /ChangeLog | |
parent | ef7c8cf3ffc3c867582c367f706252d87d96a718 (diff) |
modified combox.file.rm_path function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ already exist. * setup.py: added function for reading a file; we don't use the read_file function from combox.file module anymore. + * combox/file.py (rm_path): rm_path function, if it is given a + directory, purges it first before deleting it. 2016-01-10 Siddharth Ravikumar <sravik@bgsu.edu> |