156 self.patchStatisticsDialog.close() |
158 self.patchStatisticsDialog.close() |
157 if self.submoduleStatusDialog is not None: |
159 if self.submoduleStatusDialog is not None: |
158 self.submoduleStatusDialog.close() |
160 self.submoduleStatusDialog.close() |
159 |
161 |
160 # shut down the project helpers |
162 # shut down the project helpers |
161 self.__projectHelper.shutdown() |
163 if self.__projectHelper is not None: |
|
164 self.__projectHelper.shutdown() |
162 |
165 |
163 def initCommand(self, command): |
166 def initCommand(self, command): |
164 """ |
167 """ |
165 Public method to initialize a command arguments list. |
168 Public method to initialize a command arguments list. |
166 |
169 |