shotgunsoftware/python-api

Mockgun: find_one / find does not support include_archived_projects param

mfe opened this issue · 1 comments

mfe commented

The param is not defined so the mocked code will raise if some call are made with it.
As the default value is True, we actually have some of our core functions that set the value to false for optim purposes.

I fixed the issue in our version of Mockgun (by adding a silly include_archived_projects=True in the function proto), but thought it was worth mentioning :)
On the breaking API thematic, the same function is also missing the additional_filter_presets one.

Did I already said I ❤️ Mockgun ?

hello @mfe - great that you are finding mockgun useful. If you have the time and got a fix, feel free to send us a pull request and we can merge it in! Thanks!