Show exception stacktraces when we handle exceptions
For a KeyError, print(e) just prints the key name that wasn't found.
That's not even remotely helpful/obvious. Now we get a stacktrace and
the usual "KeyError: foo" message, which is much better and actually
what I wanted when I changed this.
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
Please register or sign in to comment