-
Florian Pritz authored
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>
ed70229b