Skip to content
Snippets Groups Projects
Commit 4964ac9e authored by Shayan Hajipour's avatar Shayan Hajipour Committed by Mohamad Rahhal
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent eeb62a1f
No related branches found
No related tags found
1 merge request!249Draft: Resolve "Implement CAMARA-based NBI connector"
......@@ -163,9 +163,9 @@ class qodinfo(_Resource):
response = format_grpc_to_json(self.service_client.CreateService(stripped_service))
response = format_grpc_to_json(self.service_client.UpdateService(service))
except Exception as e: # pylint: disable=broad-except
LOGGER.error(f"error related to response: {response}")
return e
LOGGER.info(f"error related to response: {response}")
return response
def get(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment