Skip to content

Commit b7e0d47

Browse files
Trivial comment change to trigger Darwin Tests CI check to run again.
1 parent a3a2798 commit b7e0d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/run_tv_casting_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def handle_casting_failure(casting_state: str, log_file_paths: List[str]):
122122
def extract_value_from_string(line: str, value_name: str, casting_state: str, log_paths) -> str:
123123
"""Extract and return value from given input string.
124124
125-
Some input string examples as they are received from the Linux tv-casting-app and tv-app output:
125+
Some string examples as they are received from the Linux tv-casting-app and/or tv-app output:
126126
1. On 'darwin' machines:
127127
\x1b[0;34m[1715206773402] [20056:2842184] [DMG] Cluster = 0x506,\x1b[0m
128128
The substring to be extracted here is '0x506'.

0 commit comments

Comments
 (0)