src/eric7/JediInterface/AssistantJedi.py

branch
eric7
changeset 11000
f8371a2dd08f
parent 10970
2ad8a7d0867c
child 11090
f5f5f5803935
--- a/src/eric7/JediInterface/AssistantJedi.py	Tue Oct 22 17:22:53 2024 +0200
+++ b/src/eric7/JediInterface/AssistantJedi.py	Tue Oct 22 17:49:41 2024 +0200
@@ -173,10 +173,9 @@
         @param editor reference to the editor
         @type Editor
         """
-        if (
-            Preferences.getJedi("MouseClickGotoButton")
-            and not FileSystemUtilities.isRemoteFileName(editor.getFileName())
-        ):
+        if Preferences.getJedi(
+            "MouseClickGotoButton"
+        ) and not FileSystemUtilities.isRemoteFileName(editor.getFileName()):
             editor.setMouseClickHandler(
                 "jedi",
                 Preferences.getJedi("MouseClickGotoModifiers"),

eric ide

mercurial