From: sousaedu Date: Tue, 11 May 2021 11:22:37 +0000 (+0200) Subject: Fix 1475 - Incorrect description in instantiating error X-Git-Tag: release-v10.0-start~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=ee6a62063244ab492bc4d09cc5fe89388a5d1ea6 Fix 1475 - Incorrect description in instantiating error Change-Id: I099c07f8a66400fa4d3130d6234dd17867ad387f Signed-off-by: sousaedu --- diff --git a/NG-RO/osm_ng_ro/ns_thread.py b/NG-RO/osm_ng_ro/ns_thread.py index 681128ec..5df74c5c 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"] ) )