fix param name (#516)

This commit is contained in:
David Tardon 2017-04-05 17:56:39 +02:00 committed by Abhishek Arya
parent 76bd4a5443
commit 0f66138ef4
1 changed files with 1 additions and 1 deletions

View File

@ -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