Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): Raise proper error for missing config file
When user supplies invalid config files setting it causes `anyconfig` to raise problem with parsing `yaml` file - which is misleading. Fix by verification of existence of config files before proceeding to anyconfig. fixes: #8844
- Loading branch information