Revision 8a53b55f

b/lib/cli.py
1928 1928
    result, err_msg = FormatError(err)
1929 1929
    logging.exception("Error during command processing")
1930 1930
    ToStderr(err_msg)
1931
  except KeyboardInterrupt:
1932
    result = constants.EXIT_FAILURE
1933
    ToStderr("Aborted. Note that if the operation created any jobs, they"
1934
             " might have been submitted and"
1935
             " will continue to run in the background.")
1931 1936

  
1932 1937
  return result
1933 1938

  

Also available in: Unified diff