Skip to content

Commit d23e685

Browse files
author
archiegugol
committed
Clarified comment and removed name
1 parent 41ff654 commit d23e685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghorgs/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def get_paged_content(self, session: requests.Session, url: str) -> list:
143143
assert isinstance(data, list)
144144
all_data.extend(data)
145145

146-
# Archie> Need to move this check here so last page will be processed for project
146+
# Need to move this check here and change to 'while True' so the last page of the gitbub project will be processed
147147
if current_url == last_url:
148148
break
149149

0 commit comments

Comments
 (0)