Skip to content

Commit

Permalink
edit change
Browse files Browse the repository at this point in the history
  • Loading branch information
plauric committed Aug 13, 2024
1 parent 70fec34 commit 5e8c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def write_to_app_pipe(self, command):
# TODO(#31239): remove the need for sleep
sleep(0.001)
else:
print(f"DUT IP address: {dut_ip}")
print(f"Using DUT IP address: {dut_ip}")

dut_uname = os.getenv('LINUX_DUT_UNAME')
if dut_uname is None:
Expand Down

0 comments on commit 5e8c9fc

Please sign in to comment.