Skip to content

Commit

Permalink
Merge pull request #28 from annaglyph/master
Browse files Browse the repository at this point in the history
Update use of page_limit to pagination_request
  • Loading branch information
iluvcapra committed Apr 13, 2024
2 parents 3a2fa8d + d8217ae commit 21b829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def get_file_location(
if filters is None:
filters = [pt.All_Files]
op = ops.GetFileLocation(
page_limit=10000,
pagination_request=pt.PaginationRequest(limit=1000, offset=0),
file_filters=filters)
self.client.run(op)

Expand Down

0 comments on commit 21b829a

Please sign in to comment.