Skip to content

Commit

Permalink
Rename --current-directory to --project in Red Knot benchmark scr…
Browse files Browse the repository at this point in the history
…ipt (#15124)
  • Loading branch information
MichaReiser authored Dec 23, 2024
1 parent 8d32708 commit 97965ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/knot_benchmark/src/benchmark/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def cold_command(self, project: Project, venv: Venv) -> Command:
assert len(project.include) < 2, "Knot doesn't support multiple source folders"

if project.include:
command.extend(["--current-directory", project.include[0]])
command.extend(["--project", project.include[0]])

command.extend(["--venv-path", str(venv.path)])

Expand Down

0 comments on commit 97965ff

Please sign in to comment.