]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix broken format in error for bad input in summarize_stats.py (#117375)
authorGuido van Rossum <guido@python.org>
Fri, 29 Mar 2024 18:31:09 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 18:31:09 +0000 (18:31 +0000)
commit94c97423a9c4969f8ddd4a3aa4aacb99c4d5263d
tree2158c408750f37bd4a1ace1c3735cf5358f1b495
parent5d21d884b6ffa45dac50a5f9a07c41356a8478b4
Fix broken format in error for bad input in summarize_stats.py (#117375)

When you pass the script a non-existent input file, you get a TypeError instead of the intended ValueError.
Tools/scripts/summarize_stats.py