Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: str enum in run entrypoint (breaking change in Python3.11)
- use enum.auto in the printing utility to ensure that enum values are displayed correctly in str formatting (due to a change in Python 3.11, the enum name was displayed instead of the str value).
- Loading branch information