Skip to content

Commit

Permalink
pytype again
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700148642
Change-Id: Iebadb50567680c39e4ff78c6b7113cef85d659df
  • Loading branch information
jzleibo authored and copybara-github committed Nov 26, 2024
1 parent 759c503 commit 0c87938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/modular/launch_one_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

scenario_result = logging_lib.ScenarioResult(
scenario=args.scenario_name,
repetition_idx=repetition_idx,
repetition_idx=str(repetition_idx),
focal_agent=args.agent_name,
background_agent=scenario_config.background_agent_module,
focal_per_capita_score=focal_per_capita_score,
Expand Down

0 comments on commit 0c87938

Please sign in to comment.