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: |