diff options
-rw-r--r-- | combox/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/combox/config.py b/combox/config.py index dbc2af1..3a3e9c6 100644 --- a/combox/config.py +++ b/combox/config.py @@ -109,6 +109,7 @@ def config_cb(config_dir = path.join(expanduser("~"), '.combox'), config_file = open(config_file_path, 'w') yaml.dump(config_info, config_file, default_flow_style=False) os.chmod(config_file_path,stat.S_IRUSR|stat.S_IWUSR) + return config_info else: return config_info |