Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: maipbui <maibui@microsoft.com>
  • Loading branch information
maipbui committed Mar 1, 2023
1 parent 6784d9e commit c19958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show/plugins/barefoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def profile():
# Print profile list
click.echo('Available profile(s):')
cmd0 = ['docker', 'exec', '-it', 'syncd', 'find', '/opt/bfn', '-mindepth', '1',\
r'-maxdepth', '1', r'-type', 'd', r'-name', r'install_\*_profile', opts]
'-maxdepth', '1', '-type', 'd', '-name', r'install_\*_profile', opts]
cmd1 = ["sed", r's%/opt/bfn/install_\\\(.\*\\\)_profile%\\1%']
getstatusoutput_noshell_pipe(cmd0, cmd1)

Expand Down

0 comments on commit c19958a

Please sign in to comment.