##// END OF EJS Templates
pytype: ignore certifi import error...
marmoute -
r52186:03fc41fe default
parent child Browse files
Show More
@@ -787,7 +787,7 b' def _defaultcacerts(ui):'
787 # The "certifi" Python package provides certificates. If it is installed
787 # The "certifi" Python package provides certificates. If it is installed
788 # and usable, assume the user intends it to be used and use it.
788 # and usable, assume the user intends it to be used and use it.
789 try:
789 try:
790 import certifi
790 import certifi # pytype: disable=import-error
791
791
792 certs = certifi.where()
792 certs = certifi.where()
793 if os.path.exists(certs):
793 if os.path.exists(certs):
General Comments 0
You need to be logged in to leave comments. Login now