summaryrefslogtreecommitdiffstats
path: root/combox/cbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'combox/cbox.py')
-rw-r--r--combox/cbox.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/combox/cbox.py b/combox/cbox.py
index a8891ac..d8775db 100644
--- a/combox/cbox.py
+++ b/combox/cbox.py
@@ -115,8 +115,9 @@ def main():
try:
config = yaml.load(file(config_file, 'r'))
- except yaml.YAMLError, exc:
- log_e("Error opening configuration file: %r" % exc)
+ except (IOError, yaml.YAMLError) as exc:
+ log_e("Unable to open configuration file.")
+ log_e("Looks like combox is not configured yet. Exiting.")
exit(1)
# run combox.