mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Merge pull request #118 from whwright/115-fix-pull-details
Fix pull details
This commit is contained in:
@@ -801,7 +801,7 @@ def backup_pulls(args, repo_cwd, repository, repos_template):
|
|||||||
args,
|
args,
|
||||||
_pulls_template + '/{}'.format(pull['number']),
|
_pulls_template + '/{}'.format(pull['number']),
|
||||||
single_request=True
|
single_request=True
|
||||||
)
|
)[0]
|
||||||
|
|
||||||
log_info('Saving {0} pull requests to disk'.format(
|
log_info('Saving {0} pull requests to disk'.format(
|
||||||
len(list(pulls.keys()))))
|
len(list(pulls.keys()))))
|
||||||
|
|||||||
Reference in New Issue
Block a user