vmware-archive / pyvcloud

Python SDK for VMware vCloud Director
https://vmware.github.io/pyvcloud
Other
170 stars 190 forks source link

Fix media download #769

Closed shashim22 closed 3 years ago

shashim22 commented 3 years ago

Downloading a media fails with, Error: 'list' object has no attribute 'items'. Error is coming from client._log_request_sent() method. Default value of headers should be an empty map not list.

Testing done: Manually verified that media download from vcd-cli passes.


This change is Reviewable