X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fvnfd.py;h=6b09a1f0d01e8d95fd5ca1bb7ab8b1af8d3dadd8;hb=refs%2Fchanges%2F20%2F6120%2F1;hp=28ded1778a93c1298f9b0ef3508f01317f6aae09;hpb=e82f56d898df84271b4bb55e7b702e3e5b148a82;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/vnfd.py b/osmclient/sol005/vnfd.py index 28ded17..6b09a1f 100644 --- a/osmclient/sol005/vnfd.py +++ b/osmclient/sol005/vnfd.py @@ -72,7 +72,7 @@ class Vnfd(object): vnfd = self.get(name) headers = self._client._headers headers['Accept'] = 'application/binary' - resp2 = self._http.get2_cmd('{}/{}/{}'.format(self._apiBase, vnfd['_id'], thing)) + http_code, resp2 = self._http.get2_cmd('{}/{}/{}'.format(self._apiBase, vnfd['_id'], thing)) #print yaml.safe_dump(resp2) if resp2: #store in a file