--- a/src/eric7/Project/ProjectBrowserModel.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Project/ProjectBrowserModel.py Thu May 25 19:51:47 2023 +0200 @@ -129,12 +129,12 @@ else: self.icon = EricPixmapCache.getIcon("dirClosed") - def setName(self, dinfo, full=True): + def setName(self, dinfo, full=True): # noqa: U100 """ Public method to set the directory name. @param dinfo dinfo is the string for the directory (string) - @param full flag indicating full pathname should be displayed (boolean) + @param full flag indicating full path name should be displayed (boolean) """ self._dirName = os.path.abspath(dinfo) self.itemData[0] = os.path.basename(self._dirName)