Revision 560cbec1 daemons/import-export

b/daemons/import-export
459 459

  
460 460
    """
461 461
    logging.info("Sending signal %s to child process", signum)
462
    os.killpg(self.pid, signum)
462
    utils.IgnoreProcessNotFound(os.killpg, self.pid, signum)
463 463

  
464 464
  def ForceQuit(self):
465 465
    """Ensure child process is no longer running.

Also available in: Unified diff