summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--combox/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/combox/config.py b/combox/config.py
index 4bf334c..adaecf5 100644
--- a/combox/config.py
+++ b/combox/config.py
@@ -78,4 +78,5 @@ def config_cb():
yaml.dump(config_info, config_file, default_flow_style=False)
os.chmod(config_file_path,stat.S_IRUSR|stat.S_IWUSR)
else:
- print "You've already configured combox!"
+ # should put something here later
+ pass