eric6/VirtualEnv/VirtualenvExecDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
133 It is called when the process finished or 133 It is called when the process finished or
134 the user pressed the button. 134 the user pressed the button.
135 135
136 @param exitCode exit code of the process (integer) 136 @param exitCode exit code of the process (integer)
137 @param exitStatus exit status of the process (QProcess.ExitStatus) 137 @param exitStatus exit status of the process (QProcess.ExitStatus)
138 @keyparam giveUp flag indicating to not start another attempt (boolean) 138 @param giveUp flag indicating to not start another attempt (boolean)
139 """ 139 """
140 if ( 140 if (
141 self.__process is not None and 141 self.__process is not None and
142 self.__process.state() != QProcess.NotRunning 142 self.__process.state() != QProcess.NotRunning
143 ): 143 ):

eric ide

mercurial