Commit 24c3b0d9 authored by dasharatha.vamshi's avatar dasharatha.vamshi

-

parent 6b3f4dd1
......@@ -48,6 +48,7 @@ class PreProcessComponent:
data = json.load(f)
except:
logger.info("Failed reading Json File")
logger.info(traceback.format_exc())
for i in data[PreProcessConstants.DAYS_KEY]:
self.date.append(i[PreProcessConstants.DATETIME_KEY])
self.ds.append(int(i[PreProcessConstants.DATETIME_KEY].split("-")[1]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment