Skip to content

Commit

Permalink
Bad-cherry-pick as part of PR#1015 causing build failure
Browse files Browse the repository at this point in the history
[show/config]: combine feature and container feature cli (#1015)

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
  • Loading branch information
abdosi committed Aug 9, 2020
1 parent dad3da5 commit ab4b452
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@ def get_command(self, ctx, cmd_name):

ctx.fail('Too many matches: %s' % ', '.join(sorted(matches)))

#
# Load asic_type for further use
#

try:
version_info = sonic_device_util.get_sonic_version_info()
asic_type = version_info['asic_type']
except (KeyError, TypeError):
raise click.Abort()

#
# Helper functions
#
Expand Down

0 comments on commit ab4b452

Please sign in to comment.