scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Fix the windows Xattr simulator to convert bytes to str before saving the json file #66

Closed RangelReale closed 4 years ago

RangelReale commented 4 years ago

The simplexml library I used on the initial PR already handled this, as this was changed to use the core json library, this check must be made before encoding.