--- a/eric7/QScintilla/Exporters/ExporterBase.py Thu Jun 16 18:28:59 2022 +0200 +++ b/eric7/QScintilla/Exporters/ExporterBase.py Fri Jun 17 16:36:14 2022 +0200 @@ -60,7 +60,7 @@ QCoreApplication.translate( 'Exporter', "<p>The file <b>{0}</b> already exists." - " Overwrite it?</p>").format(str(fpath)), + " Overwrite it?</p>").format(fpath), icon=EricMessageBox.Warning) if not res: return ""