mirror of https://github.com/google/oss-fuzz.git
fix param name (#516)
This commit is contained in:
parent
76bd4a5443
commit
0f66138ef4
|
@ -334,7 +334,7 @@ def coverage(args):
|
|||
docker_run(run_args)
|
||||
|
||||
|
||||
def reproduce(run_args):
|
||||
def reproduce(args):
|
||||
"""Reproduces a testcase in the container."""
|
||||
if not _check_project_exists(args.project_name):
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue