diff -r 306373ccf8fd -r 27d21e5163b8 src/eric7/Utilities/ClassBrowsers/pyclbr.py --- a/src/eric7/Utilities/ClassBrowsers/pyclbr.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/Utilities/ClassBrowsers/pyclbr.py Wed May 15 10:45:50 2024 +0200 @@ -435,7 +435,7 @@ # search the path for the module searchPath = [] if searchPath is None else searchPath[:] fullpath = searchPath[:] + sys.path[:] - f, file, (suff, mode, sourceType) = ClassBrowsers.find_module( + f, file, (_suff, mode, sourceType) = ClassBrowsers.find_module( module, fullpath, isTypeFile ) if f: