diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Utilities/ClassBrowsers/rbclbr.py --- a/src/eric7/Utilities/ClassBrowsers/rbclbr.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Utilities/ClassBrowsers/rbclbr.py Tue Apr 23 11:26:04 2024 +0200 @@ -316,7 +316,7 @@ # search the path for the file f = None fullpath = [] if path is None else path[:] - f, file, (suff, mode, type) = ClassBrowsers.find_module(module, fullpath) + f, file, (_suff, _mode, type) = ClassBrowsers.find_module(module, fullpath) if f: f.close() if type not in SUPPORTED_TYPES: