Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: maipbui <[email protected]>
  • Loading branch information
maipbui committed Nov 9, 2022
1 parent b8daa02 commit 31f7afa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sonic-config-engine/tests/test_frr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def run_script(self, argument, check_stderr=False, output_file=None):

def run_diff(self, file1, file2):
_, output = getstatusoutput_noshell(['diff', '-u', file1, file2])
if utils.PY3x:
output = output.decode()

return output

def run_case(self, template, target):
Expand Down

0 comments on commit 31f7afa

Please sign in to comment.