mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-03 21:14:00 +02:00
c3c943055d
Instead of printing the "str()" representation of the excaption, print the "repr()" representation. This will print the name of the exception and thus ease understanding the actual error. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>