We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbd45e commit 2db85b9Copy full SHA for 2db85b9
misc/perf_compare.py
@@ -154,7 +154,7 @@ def main() -> None:
154
foreign_repo: str | None = args.r
155
156
if not (os.path.isdir(".git") and os.path.isdir("mypyc")):
157
- sys.exit("error: Run this the mypy repo root")
+ sys.exit("error: You must run this script from the mypy repo root")
158
159
target_dirs = []
160
for i, commit in enumerate(commits):
0 commit comments