eric7/Templates/TemplateViewer.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
--- a/eric7/Templates/TemplateViewer.py	Thu Jun 16 18:28:59 2022 +0200
+++ b/eric7/Templates/TemplateViewer.py	Fri Jun 17 16:36:14 2022 +0200
@@ -599,8 +599,7 @@
                     self,
                     self.tr("Export Templates"),
                     self.tr("""<p>The templates file <b>{0}</b> exists"""
-                            """ already. Overwrite it?</p>""")
-                    .format(str(fpath)))
+                            """ already. Overwrite it?</p>""").format(fpath))
             else:
                 ok = True
             

eric ide

mercurial