eric7/Project/ProjectResourcesBrowser.py

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

eric ide

mercurial