src/eric7/Project/ProjectVenvConfigurationDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/Project/ProjectVenvConfigurationDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Project/ProjectVenvConfigurationDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -98,11 +98,11 @@
         )
 
     @pyqtSlot(str)
-    def on_pythonExecPicker_editTextChanged(self, txt):
+    def on_pythonExecPicker_editTextChanged(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