Skip to content

Commit e082247

Browse files
committedApr 25, 2024
Added additional code comment suggested by @andy31415 to the dump_temporary_logs_to_console function.
1 parent 1ac2d35 commit e082247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/tests/run_tv_casting_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def __exit__(self, exception_type, exception_value, traceback):
6363

6464
def dump_temporary_logs_to_console(log_file_path: str):
6565
"""Dump log file to the console; log file will be removed once the function exits."""
66+
"""Write the entire content of `log_file_path` to the console."""
6667
print('\nDumping logs from: ', log_file_path)
6768

6869
with open(log_file_path, 'r') as file:

0 commit comments

Comments
 (0)