Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[portconfig]: Remove try exception during config_db initialization. #10960

Merged
merged 2 commits into from
Jun 9, 2022

Commits on May 27, 2022

  1. [portconfig]: Remove try exception during config_db initialization.

    loading database config already handles exception so this is not
    required in portconfig. Move laoding database config to application
    code instead of portconfig as portconfig is used as a library.
    
    Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed May 27, 2022
    Configuration menu
    Copy the full SHA
    1433b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    c13cd41 View commit details
    Browse the repository at this point in the history