Bug 2068 - show_content_artifacts error for zip uploaded packages (sol004 and sol007)
[osm/NBI.git] / osm_nbi / descriptor_topics.py
index f28fcbf..ddf8ffc 100644 (file)
@@ -568,7 +568,7 @@ class DescriptorTopic(BaseTopic):
             )
         storage = content["_admin"]["storage"]
         if path is not None and path != "$DESCRIPTOR":  # artifacts
-            if not storage.get("pkg-dir"):
+            if not storage.get("pkg-dir") and not storage.get("folder"):
                 raise EngineException(
                     "Packages does not contains artifacts",
                     http_code=HTTPStatus.BAD_REQUEST,