We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9038 commit 025a1fdCopy full SHA for 025a1fd
1 file changed
Modules/_ssl.c
@@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
3380
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
3381
target = PyBytes_FromString(tmp); } \
3382
if (!target) goto error; \
3383
- }
+ }
3384
3385
CONVERT(X509_get_default_cert_file_env(), ofile_env);
3386
CONVERT(X509_get_default_cert_file(), ofile);
0 commit comments