4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
1251 @param errors list of SSL errors (list of QSslError) | 1251 @param errors list of SSL errors (list of QSslError) |
1252 """ | 1252 """ |
1253 ignored = self.__sslErrorHandler.sslErrorsReply(reply, errors)[0] | 1253 ignored = self.__sslErrorHandler.sslErrorsReply(reply, errors)[0] |
1254 if ignored == E5SslErrorHandler.NotIgnored: | 1254 if ignored == E5SslErrorHandler.NotIgnored: |
1255 self.__downloadCancelled = True | 1255 self.__downloadCancelled = True |
1256 | |
1257 # | |
1258 # eflag: noqa = M801 |