Revision 46ae85de lib/backend.py

b/lib/backend.py
927 927
  if not os.path.exists(cert_file):
928 928
    return (constants.CV_ERROR,
929 929
            "The client certificate does not exist. Run '%s' to create"
930
            "client certificates for all nodes." % create_cert_cmd)
930
            " client certificates for all nodes." % create_cert_cmd)
931 931

  
932 932
  (errcode, msg) = utils.VerifyCertificate(cert_file)
933 933
  if errcode is not None:

Also available in: Unified diff