Skip to content

Commit 0c87938

Browse files
jzleibocopybara-github
authored andcommitted
pytype again
PiperOrigin-RevId: 700148642 Change-Id: Iebadb50567680c39e4ff78c6b7113cef85d659df
1 parent 759c503 commit 0c87938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modular/launch_one_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228

229229
scenario_result = logging_lib.ScenarioResult(
230230
scenario=args.scenario_name,
231-
repetition_idx=repetition_idx,
231+
repetition_idx=str(repetition_idx),
232232
focal_agent=args.agent_name,
233233
background_agent=scenario_config.background_agent_module,
234234
focal_per_capita_score=focal_per_capita_score,

0 commit comments

Comments
 (0)