From 921aab372956cc7c0437ee1829d05ae1f834fa34 Mon Sep 17 00:00:00 2001 From: Harrison Wright Date: Sat, 22 Jun 2019 13:19:45 -0500 Subject: [PATCH] Fix pull details --- bin/github-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-backup b/bin/github-backup index d862641..4e5eb51 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -801,7 +801,7 @@ def backup_pulls(args, repo_cwd, repository, repos_template): args, _pulls_template + '/{}'.format(pull['number']), single_request=True - ) + )[0] log_info('Saving {0} pull requests to disk'.format( len(list(pulls.keys()))))