This repository has been archived by the owner on May 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly check if the config is readable before continuing
Previously, loading a config as a python module reported this failure to exist check for us rather nicely and so we didn't need to worry about doing it ourselves. Now, we need to do it ourselves since the Py_RunAnyFile* functions do not check for existence manually and will fail strongly if they are given a nullptr.
- Loading branch information