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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):