Skip to content
Snippets Groups Projects
Commit 429be319 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/163-implement-camara-based-nbi-connector' of...

Merge branch 'feat/163-implement-camara-based-nbi-connector' of ssh://gifrerenom_labs.etsi.org/tfs/controller into rahhal-feat/163-implement-camara-based-nbi-connector-patch-789a
parents 0b15ad14 4964ac9e
No related branches found
No related tags found
2 merge requests!325Polish "Implement CAMARA-based NBI connector",!249Draft: Resolve "Implement CAMARA-based NBI connector"
......@@ -54,7 +54,7 @@ class ProfileList(_Resource):
try:
qos_profile = create_qos_profile_from_json(request_data)
except Exception as e:
LOGGER.error(e) # track if there is an error
LOGGER.error(e) # track if there is an error
raise e
# Send to gRPC server using CreateQosProfile
try:
......
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