Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas

This commit is contained in:
drigato 2014-11-11 14:00:37 -05:00
commit 90ff323d1d
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@ class CloudStorageDownloader:
try:
config.readfp(open(config_path))
except IOError as e:
print "Failed to open config file at " + config_path + ": " + e.strerror
logging.debug("Failed to open config file at %s: %s" % (config_path, e.strerror))
sys.exit()
except Exception:
print e.strerror
logging.debug(e.strerror)
sys.exit()
return config