Skip to content

Commit 9e472b7

Browse files
committed
Remove unnecessary sys.exit call
1 parent 4b459f9 commit 9e472b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/github-backup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ def check_git_lfs_install():
525525
exit_code = subprocess.call(['git', 'lfs', 'version'])
526526
if exit_code != 0:
527527
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)
529528

530529

531530
def retrieve_repositories(args, authenticated_user):

0 commit comments

Comments
 (0)