shotgunsoftware / python-api

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

For #46997, fix connect false #168

Closed jfboismenu closed 6 years ago

jfboismenu commented 6 years ago

Fixes an issue where we would connect to the server at __init__ time to retrieve the number of records per page, even if connect=False was specified. We will now lazily initialize that value.

The fix is designed in such a way that we are backwards compatible.