commit | 396113ea56ffbe1cd1b3437e2db08d4ced00ee90 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Sun Oct 02 09:55:18 2022 -0700 |
committer | Arthur She <arthur.she@linaro.org> | Sun Oct 02 09:55:18 2022 -0700 |
tree | 77c0f98e6e9d240d49042f75b74e51f2517ab8b5 | |
parent | 11bb8ecdf3137ce1a466d3d946e869c4b0332a1b [diff] [blame] |
Arthur: update error message Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: Iffffb8a5c9daf8f474dfc0237082ae96f06775fc
diff --git a/arthur-scripts/parse_refspec.py b/arthur-scripts/parse_refspec.py index 963fc70..83fd30e 100755 --- a/arthur-scripts/parse_refspec.py +++ b/arthur-scripts/parse_refspec.py
@@ -46,7 +46,7 @@ changes.pop() if not changes: - raise Exception("resolved to nothing.") + raise Exception("Can not find anything.") if len(changes) > 1: print_topic_tip(changes)