--- a/src/eric7/Project/ProjectTranslationsBrowser.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Project/ProjectTranslationsBrowser.py Tue Apr 23 11:26:04 2024 +0200 @@ -904,7 +904,7 @@ @return flag indicating success @rtype bool """ - path, ext = os.path.splitext(self.project.pfile) + path, _ext = os.path.splitext(self.project.pfile) pfile = "{0}_e4x.pro".format(path) # only consider files satisfying the filter criteria