src/eric7/QScintilla/APIsManager.py

branch
eric7
changeset 9402
f5d9aa5c62db
parent 9401
38514063ecee
child 9413
80c06d472826
--- a/src/eric7/QScintilla/APIsManager.py	Wed Oct 12 19:54:22 2022 +0200
+++ b/src/eric7/QScintilla/APIsManager.py	Thu Oct 13 17:55:37 2022 +0200
@@ -203,8 +203,7 @@
                     # use lower case language
                     apiDir = os.path.join(apisDir, self.__lexer.language().lower())
                 fnames = {
-                    os.path.join(apiDir, f)
-                    for f in glob.glob("*.api", root_dir=apiDir)
+                    os.path.join(apiDir, f) for f in glob.glob("*.api", root_dir=apiDir)
                 }
                 # combine with the QScintilla standard behavior
                 fnames |= {

eric ide

mercurial