On line https://github.com/iPlantCollaborativeOpenSource/python-irodsclient/blob/master/irods/query.py#L51 It has ``` new_q.limit = self._limit ``` it should be ``` new_q._limit = self._limit ```
On line
https://github.com/iPlantCollaborativeOpenSource/python-irodsclient/blob/master/irods/query.py#L51
It has
it should be