Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Deduplicate exception output (#4036)
When running Generate.py, uncaught exceptions are logged once to a file and twice to the console due to keeping the original excepthook. We can avoid this by filtering the file log out of the stream handler.
- Loading branch information