eric7/Project/ProjectFormsBrowser.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
--- a/eric7/Project/ProjectFormsBrowser.py	Thu Jun 16 18:28:59 2022 +0200
+++ b/eric7/Project/ProjectFormsBrowser.py	Fri Jun 17 16:36:14 2022 +0200
@@ -629,7 +629,7 @@
                 self.tr("New Form"),
                 self.tr(
                     "<p>The new form file <b>{0}</b> could not be created.<br>"
-                    "Problem: {1}</p>").format(str(fpath), str(err)))
+                    "Problem: {1}</p>").format(fpath, str(err)))
             return
         
         self.project.appendFile(str(fpath))

eric ide

mercurial