cloudera / director-sdk

Cloudera Director API clients
http://www.cloudera.com/director
Apache License 2.0
17 stars 19 forks source link

Fix JSON deserializer in python-client #1

Closed vigsterkr closed 9 years ago

vigsterkr commented 9 years ago

currently the json deserializer is broken in the python-client; if the deserializer gets for example a dict[str,list[str]] the function will die with a AttributeError: 'NoneType' object has no attribute 'group' error

andreisavu commented 9 years ago

Thanks for the contribution! We will make a similar change on our internal tree and the update will be part of the next director-sdk refresh.

vigsterkr commented 9 years ago

I'm not so sure that's how open source works... But then again, your code, your repo...

On Nov 4, 2015, at 16:18, Andrei Savu notifications@github.com wrote:

Thanks for the contribution! We will make a similar change on our internal tree and the update will be part of the next director-sdk refresh.

— Reply to this email directly or view it on GitHub.

andreisavu commented 9 years ago

This is all generated code and the updates we are making apply to the generator. This is why it will need to happen internally and we will push it out with the next Director release. How are you using the API?