eric7/QScintilla/Exporters/ExporterBase.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
--- 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 ""

eric ide

mercurial