uranusjr commented on PR #30105:
URL: https://github.com/apache/airflow/pull/30105#issuecomment-1471311853
Hmm, this works for those, but may not for other exception classes that
format the error message otherwise. Perhaps it is better to explicitly add the
exception class to the error message, if that’s what you want. Something like
```python
f"{type(e).__name__} {e}"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]