diff --git a/lib/Elastic.py b/lib/Elastic.py index f32861201..8e72d8081 100644 --- a/lib/Elastic.py +++ b/lib/Elastic.py @@ -70,7 +70,7 @@ class Elastic: try: with open(_meta['file']) as jdata: result[_meta['name']] = json.load(jdata) - except (IOError, OSError): + except Exception: self.logger.error( "Error loading Metadata file : {}".format(_meta['file'])) self.logger.error("Please make sure the metadata file exists and" diff --git a/metadata/version.json b/metadata/version.json index c893ac5df..c6f4a513c 100644 --- a/metadata/version.json +++ b/metadata/version.json @@ -1,4 +1,4 @@ { "osp_series": "newton", - "build": "2016-09-01.1", + "build": "2016-09-01.1" }