Skip to content

Commit

Permalink
Solve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
aparekh-crest committed Apr 12, 2024
1 parent 5fef53e commit fec940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoise_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _paginator(self, endpoint, action_result, limit=None):
if items_from_page is not None:
items_list.extend(items_from_page)
self.debug_print("Retrieved {} records from the endpoint {}".format(len(items_from_page), endpoint))

next_page_dict = items.get("SearchResult", {}).get("nextPage")

if next_page_dict is not None:
Expand Down

0 comments on commit fec940b

Please sign in to comment.