eric6/VirtualEnv/VirtualenvExecDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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