eric6/PipInterface/PipDialog.py

changeset 7900
72b88fb20261
parent 7828
4588940a2c19
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
121 121
122 @param cmd name of the pip executable to be used 122 @param cmd name of the pip executable to be used
123 @type str 123 @type str
124 @param args list of arguments for the process 124 @param args list of arguments for the process
125 @type list of str 125 @type list of str
126 @keyparam showArgs flag indicating to show the arguments 126 @param showArgs flag indicating to show the arguments
127 @type bool 127 @type bool
128 @return flag indicating a successful start of the process 128 @return flag indicating a successful start of the process
129 @rtype bool 129 @rtype bool
130 """ 130 """
131 if len(self.errors.toPlainText()) == 0: 131 if len(self.errors.toPlainText()) == 0:

eric ide

mercurial