We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f85b4a commit aec0123Copy full SHA for aec0123
service/automatic_run_experiment.py
@@ -64,7 +64,7 @@ def _get_description(experiment_config: dict) -> Optional[str]:
64
def _use_oss_fuzz_corpus(experiment_config: dict) -> bool:
65
"""Returns the oss_fuzz_corpus flag of the experiment described by
66
|experiment_config| as a bool."""
67
- return bool(experiment_config.get('oss-fuzz-corpus'))
+ return bool(experiment_config.get('oss_fuzz_corpus'))
68
69
70
def _get_requested_experiments():
0 commit comments