From cb378b2ce887244dc7e91dcb7a9ca63d9b527929 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 12 Jan 2015 16:04:52 -0500 Subject: combox/config.py: added comment --- combox/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3