---
+++
@@ -216,7 +216,8 @@
conf = Configuration(opt_conf_file)
except Exception, e:
print "Could not read configuration:"
- print e
+ from traceback import print_exc
+ print_exc()
exit(1)
if 'config_paths' not in conf.vars:
Generated with KisssPM