Skip to content

Commit ef88248

Browse files
committed
Add additional output for the current request
This is useful to have some progress indication for huge repositories.
1 parent 0a4decf commit ef88248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/github-backup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ def _construct_request(per_page, page, query_args, template, auth):
431431
request = Request(template + '?' + querystring)
432432
if auth is not None:
433433
request.add_header('Authorization', 'Basic '.encode('ascii') + auth)
434+
log_info('Requesting {}?{}'.format(template, querystring))
434435
return request
435436

436437

0 commit comments

Comments
 (0)