src/eric7/Project/ProjectVenvConfigurationDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
96 and os.path.isfile(interpreterPath) 96 and os.path.isfile(interpreterPath)
97 and os.access(interpreterPath, os.X_OK) 97 and os.access(interpreterPath, os.X_OK)
98 ) 98 )
99 99
100 @pyqtSlot(str) 100 @pyqtSlot(str)
101 def on_pythonExecPicker_editTextChanged(self, txt): 101 def on_pythonExecPicker_editTextChanged(self, _txt):
102 """ 102 """
103 Private slot to handle changes of the entered Python interpreter path. 103 Private slot to handle changes of the entered Python interpreter path.
104 104
105 @param txt entered Python interpreter path 105 @param _txt entered Python interpreter path (unused)
106 @type str 106 @type str
107 """ 107 """
108 self.__updateOK() 108 self.__updateOK()
109 109
110 def getData(self): 110 def getData(self):

eric ide

mercurial