upgrade: When upgrade fails due to an exception, display it.

37b42e72e7 made it catch exceptions but
thought they were unlikely to be useful to display, which may be right when
a git command fails, but not in the case yoh found.
This commit is contained in:
Joey Hess 2020-05-07 12:22:32 -04:00
parent 5eb101b720
commit bb88a01910
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 7 additions and 2 deletions

View file

@ -150,4 +150,4 @@ So it seems git-annex should revert back to reporting errors from underlying `gi
[[!meta author=yoh]]
[[!tag projects/datalad]]
> [[fixed|done]], thanks for tracking it back to the root cause. --[[Joey]]