Revision dcaabc4f

b/lib/backend.py
2657 2657
    assert ca is not None
2658 2658

  
2659 2659
  for i in [key_path, cert_path]:
2660
    if os.path.exists(i):
2660
    if not os.path.exists(i):
2661 2661
      _Fail("File '%s' does not exist" % i)
2662 2662

  
2663 2663
  status_dir = _CreateImportExportStatusDir(prefix)

Also available in: Unified diff