Skip to content

Commit

Permalink
Revert "revert oss_fuzz_corpus typo fix (#1997)"
Browse files Browse the repository at this point in the history
This reverts commit aec0123.
  • Loading branch information
jonathanmetzman committed Jun 20, 2024
1 parent aec0123 commit 2ba282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/automatic_run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _get_description(experiment_config: dict) -> Optional[str]:
def _use_oss_fuzz_corpus(experiment_config: dict) -> bool:
"""Returns the oss_fuzz_corpus flag of the experiment described by
|experiment_config| as a bool."""
return bool(experiment_config.get('oss_fuzz_corpus'))
return bool(experiment_config.get('oss-fuzz-corpus'))


def _get_requested_experiments():
Expand Down

0 comments on commit 2ba282f

Please sign in to comment.