Skip to content

Commit

Permalink
Fix error message always being printed
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jul 1, 2023
1 parent f8ecf91 commit 4d5d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def testCurlHeaders(url, certPath):

print("chooseCurlCertificate(): Successfully used certificate {} to download from 07th-mod and github".format(certificate_path))
Globals.CA_CERT_PATH = certificate_path
break
return

print("chooseCurlCertificate(): ERROR: No certificates were found to work, tried {} Probably can't use installer!".format(paths_to_try))

Expand Down

0 comments on commit 4d5d0a2

Please sign in to comment.