Loading src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class ProfileList(_Resource): try: qos_profile = create_qos_profile_from_json(request_data) except Exception as e: LOGGER.info(e) # track if there is an error LOGGER.error(e) # track if there is an error raise e # Send to gRPC server using CreateQosProfile done by Shayan try: Loading Loading
src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class ProfileList(_Resource): try: qos_profile = create_qos_profile_from_json(request_data) except Exception as e: LOGGER.info(e) # track if there is an error LOGGER.error(e) # track if there is an error raise e # Send to gRPC server using CreateQosProfile done by Shayan try: Loading