Commit 4b6d85b1 authored by dasharatha.vamshi's avatar dasharatha.vamshi

sonarlint

parent 8a0ee94d
......@@ -90,7 +90,7 @@ class AddtoModelStore:
return True
except Exception as e:
logger.info(traceback.format_exc())
raise FileExistsError(e)
raise FileNotFoundError(e)
def update_meta_data(self, data):
try:
......
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