Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle failure to detect the distribution in test_parse_config()
If /usr/lib/os-release isn't available, we can't detect the current distribution, so let's make sure we handle that scenario as well by checking for Distribution.custom instead of None. Fixes #2921
- Loading branch information