src/eric7/Utilities/ClassBrowsers/pyclbr.py

branch
server
changeset 10704
27d21e5163b8
parent 10680
306373ccf8fd
parent 10692
9becf9ca115c
child 11090
f5f5f5803935
--- 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:

eric ide

mercurial