summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-21 20:29:15 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-21 20:29:15 -0500
commit6c45b36e0e2923422fe9e116f517a3af7ecb4b37 (patch)
tree1ec2d6cb3321a2ba0b52f93c3157e17c336b2194 /ChangeLog
parentc348c16a6659f961d17046ddf3351208b7fcb5f7 (diff)
Now use `os.renames` instead `os.rename` function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65cf4ae..29e2f6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-12-21 Siddharth Ravikumar <sravik@bgsu.edu>
+ * combox/events.py (NodeDirMonitor.on_moved): Now uses
+ `os.renames` function instead `os.rename` to create intermediate
+ directories if they're non-existent.
+ * combox/file.py (move_nodedir, move_shards): Now uses
+ `os.renames` function instead `os.rename` to create intermediate
+ directories if they're non-existent.
+
+2015-12-21 Siddharth Ravikumar <sravik@bgsu.edu>
+
commit 8c86e7c28738c66c0e04ae7886b44dbcdfc6369e
* combox/events.py (ComboxDirMonitor.on_modified)