Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve config error handling on version_info (#1760)
#### What I did `get_sonic_version_info()` may return `None` if `/etc/sonic/sonic_version.yml` does not exist. Previously the `config` exit without any useful information. Some `config` subcommands do not depend on sonic version info, we should allow them to run.
- Loading branch information