Skip to content

Commit

Permalink
Added additional code comment suggested by @andy31415 to the `dump_te…
Browse files Browse the repository at this point in the history
…mporary_logs_to_console` function.
  • Loading branch information
shaoltan-amazon committed Apr 25, 2024
1 parent 1ac2d35 commit e082247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/run_tv_casting_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __exit__(self, exception_type, exception_value, traceback):

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

with open(log_file_path, 'r') as file:
Expand Down

0 comments on commit e082247

Please sign in to comment.