--- 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))