Fix 1475 - Incorrect description in instantiating error
[osm/RO.git] / NG-RO / osm_ng_ro / ns_thread.py
index 681128e..5df74c5 100644 (file)
@@ -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"]
                         )
                     )