We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b459f9 commit 9e472b7Copy full SHA for 9e472b7
bin/github-backup
@@ -525,7 +525,6 @@ def check_git_lfs_install():
525
exit_code = subprocess.call(['git', 'lfs', 'version'])
526
if exit_code != 0:
527
log_error('The argument --lfs requires you to have Git LFS installed.\nYou can get it from https://git-lfs.github.com.')
528
- sys.exit(1)
529
530
531
def retrieve_repositories(args, authenticated_user):
0 commit comments