File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,11 @@ def testCurlHeaders(url, certPath):
248
248
print ("chooseCurlCertificate(): Failed to download headers using CURL from github.com using cert [{}]" .format (certificate_path ))
249
249
continue
250
250
251
- print ("chooseCurlCertificate(): Successfully used certificate {} to download from 07th-mod and github" .format (certificate_path ))
251
+ print ("chooseCurlCertificate(): Will use certificate [{}] when using cURL with 07th-mod and github" .format (certificate_path ))
252
252
Globals .CA_CERT_PATH = certificate_path
253
253
return
254
254
255
- print ("chooseCurlCertificate(): ERROR: No certificates were found to work, tried {} Probably can't use installer!" .format (paths_to_try ))
255
+ print ("chooseCurlCertificate(): ERROR: No certificates were found to work, tried [{}] Probably can't use installer!" .format (paths_to_try ))
256
256
257
257
# this function must be run AFTER scanCertLocation()
258
258
@staticmethod
@@ -280,11 +280,11 @@ def testURLOpenHeaders(url, certPath):
280
280
print ("chooseURLOpenCertificate(): Failed to download headers using urlOpen from github.com using cert [{}]" .format (certificate_path ))
281
281
continue
282
282
283
- print ("chooseURLOpenCertificate(): Successfully used certificate {} to download from 07th-mod and github" .format (certificate_path ))
283
+ print ("chooseURLOpenCertificate(): Will use certificate [{}] for URLOpen() on 07th-mod and github" .format (certificate_path ))
284
284
Globals .URLOPEN_CERT_PATH = certificate_path
285
285
return
286
286
287
- print ("chooseURLOpenCertificate(): ERROR: No certificates were found to work, tried {} Probably can't use installer!" .format (paths_to_try ))
287
+ print ("chooseURLOpenCertificate(): ERROR: No certificates were found to work, tried [{}] Probably can't use installer!" .format (paths_to_try ))
288
288
289
289
290
290
@staticmethod
You can’t perform that action at this time.
0 commit comments