1.Update API endpoint; 2. update swagger information.
[modeling/etsicatalog.git] / catalog / packages / biz / vnf_pkg_artifacts.py
index 37021eb..839f05c 100644 (file)
@@ -35,7 +35,7 @@ class FetchVnfPkgArtifact(object):
             vnf_extract_path = fileutil.unzip_csar_to_tmp(local_path)
             artifact_path = fileutil.get_artifact_path(vnf_extract_path, artifactPath)
             if not artifact_path:
-                raise ArtifactNotFoundException("Couldn't artifact %s" % artifactPath)
+                raise ArtifactNotFoundException("Can't find artifact %s" % artifactPath)
             with open(artifact_path, 'rt') as f:
                 file_content = f.read()
         else: