Revision 560cbec1 lib/backend.py

b/lib/backend.py
2764 2764
  if pid:
2765 2765
    logging.info("Import/export %s is running with PID %s, sending SIGTERM",
2766 2766
                 name, pid)
2767
    os.kill(pid, signal.SIGTERM)
2767
    utils.IgnoreProcessNotFound(os.kill, pid, signal.SIGTERM)
2768 2768

  
2769 2769

  
2770 2770
def CleanupImportExport(name):

Also available in: Unified diff