src/eric7/Utilities/ClassBrowsers/rbclbr.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 10704
27d21e5163b8
--- 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:

eric ide

mercurial