Skip to content

Commit 0ac57cc

Browse files
Fix code lint error.
1 parent cd2ad23 commit 0ac57cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/tests/run_tv_casting_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def validate_commissioning_success(tv_casting_app_info: Tuple[subprocess.Popen,
291291
if 'Commissioning completed successfully' in tv_casting_line:
292292
logging.info('Commissioning success noted on the Linux tv-casting-app output:')
293293
logging.info(tv_casting_line.rstrip('\n'))
294-
continue_reading_tv_casting_app_output = False
295294
elif 'Commissioning failed' in tv_casting_line:
296295
logging.error('Commissioning failed noted on the Linux tv-casting-app output:')
297296
logging.error(tv_casting_line.rstrip('\n'))

0 commit comments

Comments
 (0)