shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-21915 Mockgun returns dictionary list instead of individual item #276

Closed 000paradox000 closed 1 year ago

000paradox000 commented 1 year ago

This is a draft PR testing the effects of returning a dict instead of a list of dict in update method of mockgun (python-api mock class).

gplsteph commented 1 year ago

hello, quick heads up that you will break unit tests from customers which had to deal with this if you move forward with these changes. Unfortunate, but since it has been publicly available for years, we had to deal with it on our side ;)

000paradox000 commented 1 year ago

hello, quick heads up that you will break unit tests from customers which had to deal with this if you move forward with these changes. Unfortunate, but since it has been publicly available for years, we had to deal with it on our side ;)

Thanks for the heads up