Capability to upload a package from a source folder
[osm/osmclient.git] / osmclient / common / utils.py
index 43287e9..ec0e0b0 100644 (file)
@@ -71,7 +71,7 @@ def get_key_val_from_pkg(descriptor_file):
     for k1, v1 in list(dict.items()):
         if not k1.endswith('-catalog'):
             continue
-        for k2, v2 in list(v1.items()):
+        for k2, v2 in v1.items():
             if not k2.endswith('nsd') and not k2.endswith('vnfd'):
                 continue