예제 #1
0
 def handle_process_error(self, exit_code, item):
     self.args = self.OLD_ARGS
     item.log_output('Submodule could not be automatically updated.')
     item.log_output('* It is safe to ignore the following error. *')
     ExternalProcess.handle_process_error(self, exit_code, item)