From ae5dd2db9532a3822d50793408c5ccca2feab1dc Mon Sep 17 00:00:00 2001 From: sousaedu Date: Tue, 11 May 2021 13:22:37 +0200 Subject: [PATCH] Fix 1475 - Incorrect description in instantiating error Change-Id: I099c07f8a66400fa4d3130d6234dd17867ad387f Signed-off-by: sousaedu --- NG-RO/osm_ng_ro/ns_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NG-RO/osm_ng_ro/ns_thread.py b/NG-RO/osm_ng_ro/ns_thread.py index 94af5a17..578d50fa 100644 --- a/NG-RO/osm_ng_ro/ns_thread.py +++ b/NG-RO/osm_ng_ro/ns_thread.py @@ -596,7 +596,7 @@ class VimInteractionImage(VimInteractionBase): ) elif len(vim_images) > 1: raise NsWorkerException( - "More than one network found with this criteria: '{}'".format( + "More than one image found with this criteria: '{}'".format( task["find_params"] ) ) -- 2.25.1