Skip to content

error.py - improve error messages

Ottomata requested to merge T326536_error_event_improvement0 into main
  • use repr(error) instead of str(error) in message field
  • format the full traceback (with error) rather than just the stack in stack field

Bug: T326536

Merge request reports