summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 18:28:48 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 18:28:48 -0500
commit84a74768c00ade0c7ca44cb72b9b32f103653333 (patch)
tree64b78fe3b26f9d8f0a7b8f1b4da1c64f13cbf092 /ChangeLog
parent3a0a9857b116cacda9ac658b5410f80857cf29da (diff)
combox/config.py: modified config_cb function.
The combox configuration directory creation is now done after reading all the configuration values; the function also creates the combox directory if it does not already exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0aa0c7..7f06b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* combox/cbox.py: Now, combox starts configuration when the
configuration directory does not exist or when the configuration
file does not exist.
+ * combox/config.py (config_cb): The combox configuration directory
+ creation is now done after reading all the configuration values;
+ the function also creates the combox directory if it does not
+ already exist.
2016-01-10 Siddharth Ravikumar <sravik@bgsu.edu>