Skip to content
Snippets Groups Projects
Commit 77d0ffca authored by calvinosanch's avatar calvinosanch
Browse files

Fix to upgrade tool


Signed-off-by: default avatargcalvino <guillermo.calvinosanchez@altran.com>
parent bdc3128e
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,8 @@ if __name__=="__main__":
internal_interface.pop("vdu-internal-connection-point-ref")
interface_list.append(internal_interface)
error_position.pop()
if interface_list:
vdu["interface"] = interface_list
error_position.pop()
error_position = []
elif "nsd:nsd-catalog" in data or "nsd-catalog" in data:
......
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