Skip to content

Commit

Permalink
Remove space introduced by PR:#15868
Browse files Browse the repository at this point in the history
  • Loading branch information
JibinBao committed Mar 3, 2025
1 parent b3055a8 commit ea4aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/helpers/dut_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def get_sai_sdk_dump_file(duthost, dump_file_name):
cmd_gen_sdk_dump = f"docker exec syncd bash -c 'saisdkdump -f {full_path_dump_file}' "
duthost.shell(cmd_gen_sdk_dump)

cmd_copy_dmp_from_syncd_to_host = f"docker cp syncd: {full_path_dump_file} {full_path_dump_file}"
cmd_copy_dmp_from_syncd_to_host = f"docker cp syncd:{full_path_dump_file} {full_path_dump_file}"
duthost.shell(cmd_copy_dmp_from_syncd_to_host)

compressed_dump_file = f"/tmp/{dump_file_name}.tar.gz"
Expand Down

0 comments on commit ea4aed1

Please sign in to comment.