Skip to content

Commit

Permalink
Fix rare typo-caused bug in forbidden fruit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649803941
Change-Id: I1c4190903859acc7bb83c9a329e12b345560f530
  • Loading branch information
jzleibo authored and Copybara-Service committed Jul 6, 2024
1 parent d8f7a12 commit daf69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/modular/environment/forbidden_fruit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def __call__(self) -> str:
elif self._get_num_cataclysms(env=self._primary_environment) == 2:
runner.run_scenes(
environment=self._primary_environment,
scenes=self._scenes[2]['worst'],
scenes=self._scenes[2]['worse'],
players=self._all_players,
clock=self._clock,
)
Expand Down

0 comments on commit daf69a9

Please sign in to comment.