Closed vigsterkr closed 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.
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.
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?
currently the json
deserializer
is broken in the python-client; if the deserializer gets for example adict[str,list[str]]
the function will die with aAttributeError: 'NoneType' object has no attribute 'group'
error