src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
190 "The process {0} could not be started. " 190 "The process {0} could not be started. "
191 "Ensure, that it is in the search path." 191 "Ensure, that it is in the search path."
192 ).format("svn"), 192 ).format("svn"),
193 ) 193 )
194 194
195 @pyqtSlot(int, QProcess.ExitStatus)
195 def __procFinished(self, exitCode, exitStatus): 196 def __procFinished(self, exitCode, exitStatus):
196 """ 197 """
197 Private slot connected to the finished signal. 198 Private slot connected to the finished signal.
198 199
199 @param exitCode exit code of the process (integer) 200 @param exitCode exit code of the process (integer)

eric ide

mercurial