Skip to content

Commit

Permalink
removed break
Browse files Browse the repository at this point in the history
  • Loading branch information
mart1nro committed Apr 15, 2020
1 parent 171c723 commit ac28b4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/parse_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ def _eof_read(file, size):
output_reports.append((time - start_time, report))
else:
raise ValueError(f'Unexpected data.')

# only interested in pairing
if isinstance(report, OutputReport) and report.get_sub_command() == SubCommand.SET_PLAYER_LIGHTS:
break
except EOFError:
pass

Expand Down

0 comments on commit ac28b4e

Please sign in to comment.