We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebf86e commit a32f6d1Copy full SHA for a32f6d1
atlassian/confluence/__init__.py
@@ -682,7 +682,7 @@ def get_all_pages_from_space(
682
all_pages.extend(results) # Add the current batch of pages to the list
683
684
# Break the loop if no more pages are available
685
- if len(results) < limit:
+ if len(results) <= limit:
686
break
687
688
# Increment the start index for the next batch
0 commit comments