src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -75,11 +75,11 @@
         )
 
     @pyqtSlot(str)
-    def on_pythonExecPicker_textChanged(self, txt):
+    def on_pythonExecPicker_textChanged(self, _txt):
         """
         Private slot to handle changes of the entered Python interpreter path.
 
-        @param txt entered Python interpreter path
+        @param _txt entered Python interpreter path (unused)
         @type str
         """
         self.__updateOK()

eric ide

mercurial