122 environment=None): |
122 environment=None): |
123 """ |
123 """ |
124 Public slot used to start the process. |
124 Public slot used to start the process. |
125 |
125 |
126 @param args list of arguments for the process (list of strings) |
126 @param args list of arguments for the process (list of strings) |
127 @keyparam workingDir working directory for the process (string) |
127 @param workingDir working directory for the process (string) |
128 @keyparam showArgs flag indicating to show the arguments (boolean) |
128 @param showArgs flag indicating to show the arguments (boolean) |
129 @keyparam environment dictionary of environment settings to add |
129 @param environment dictionary of environment settings to add |
130 or change for the git process (dict of string and string) |
130 or change for the git process (dict of string and string) |
131 @return flag indicating a successful start of the process (boolean) |
131 @return flag indicating a successful start of the process (boolean) |
132 """ |
132 """ |
133 self.errorGroup.hide() |
133 self.errorGroup.hide() |
134 self.normal = False |
134 self.normal = False |