diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 18:28:48 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 18:28:48 -0500 |
commit | 84a74768c00ade0c7ca44cb72b9b32f103653333 (patch) | |
tree | 64b78fe3b26f9d8f0a7b8f1b4da1c64f13cbf092 /ChangeLog | |
parent | 3a0a9857b116cacda9ac658b5410f80857cf29da (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |