Skip to content

Commit 921aab3

Browse files
committed
Fix pull details
1 parent 2340a02 commit 921aab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def backup_pulls(args, repo_cwd, repository, repos_template):
801801
args,
802802
_pulls_template + '/{}'.format(pull['number']),
803803
single_request=True
804-
)
804+
)[0]
805805

806806
log_info('Saving {0} pull requests to disk'.format(
807807
len(list(pulls.keys()))))

0 commit comments

Comments
 (0)