diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Utilities/ClassBrowsers/pyclbr.py --- a/src/eric7/Utilities/ClassBrowsers/pyclbr.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Utilities/ClassBrowsers/pyclbr.py Tue Apr 23 11:26:04 2024 +0200 @@ -429,7 +429,7 @@ f = None if f is None: fullpath = path[:] + sys.path[:] - f, file, (suff, mode, type) = ClassBrowsers.find_module( + f, file, (_suff, _mode, type) = ClassBrowsers.find_module( module, fullpath, isTypeFile ) if f: