Skip to content

Commit aec0123

Browse files
authored
revert oss_fuzz_corpus typo fix (google#1997)
This reverts google#1993 the comments in experiment-requests.yml are untouchable without breaking tests
1 parent 0f85b4a commit aec0123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/automatic_run_experiment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _get_description(experiment_config: dict) -> Optional[str]:
6464
def _use_oss_fuzz_corpus(experiment_config: dict) -> bool:
6565
"""Returns the oss_fuzz_corpus flag of the experiment described by
6666
|experiment_config| as a bool."""
67-
return bool(experiment_config.get('oss-fuzz-corpus'))
67+
return bool(experiment_config.get('oss_fuzz_corpus'))
6868

6969

7070
def _get_requested_experiments():

0 commit comments

Comments
 (0)