We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dump_temporary_logs_to_console
1 parent 1ac2d35 commit e082247Copy full SHA for e082247
scripts/tests/run_tv_casting_test.py
@@ -63,6 +63,7 @@ def __exit__(self, exception_type, exception_value, traceback):
63
64
def dump_temporary_logs_to_console(log_file_path: str):
65
"""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."""
67
print('\nDumping logs from: ', log_file_path)
68
69
with open(log_file_path, 'r') as file:
0 commit comments