Helpviewer/Network/NetworkAccessManager.py

changeset 553
5af61623ae3c
parent 541
00e1a5d060c5
child 629
c88489b378fb
equal deleted inserted replaced
551:e1074b63ff08 553:5af61623ae3c
207 self.trUtf8("SSL Errors"), 207 self.trUtf8("SSL Errors"),
208 self.trUtf8("""<p>SSL Errors for <br /><b>{0}</b>""" 208 self.trUtf8("""<p>SSL Errors for <br /><b>{0}</b>"""
209 """<ul><li>{1}</li></ul></p>""" 209 """<ul><li>{1}</li></ul></p>"""
210 """<p>Do you want to ignore these errors?</p>""")\ 210 """<p>Do you want to ignore these errors?</p>""")\
211 .format(reply.url().toString(), errorString), 211 .format(reply.url().toString(), errorString),
212 type_ = E5MessageBox.Warning) 212 icon = E5MessageBox.Warning)
213 213
214 if ret: 214 if ret:
215 if len(caNew) > 0: 215 if len(caNew) > 0:
216 certinfos = [] 216 certinfos = []
217 for cert in caNew: 217 for cert in caNew:

eric ide

mercurial