--- a/eric7/EricNetwork/EricSslCertificatesDialog.py Thu Jun 16 18:28:59 2022 +0200 +++ b/eric7/EricNetwork/EricSslCertificatesDialog.py Fri Jun 17 16:36:14 2022 +0200 @@ -480,7 +480,7 @@ self.tr( """<p>The certificate could not be written""" """ to file <b>{0}</b></p><p>Error: {1}</p>""") - .format(str(fpath), str(err))) + .format(fpath, str(err))) def __importCertificate(self): """