Skip to content

Commit fa2aba5

Browse files
committed
Minor fix
1 parent 2485b57 commit fa2aba5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/software/gameplay_tests/field_test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def _runner(
9494
# something went wrong with either FullSystem or SSL Vision
9595
try:
9696
world = self.world_buffer.get(block=True, timeout=WORLD_BUFFER_TIMEOUT)
97-
break
9897
except queue.Empty:
9998
logger.warning(
10099
f"No World was received for {WORLD_BUFFER_TIMEOUT} seconds. Ending test early."

0 commit comments

Comments
 (0)