]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
authorMichael Droettboom <mdboom@gmail.com>
Wed, 30 Nov 2022 19:17:08 +0000 (14:17 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 19:17:08 +0000 (19:17 +0000)
commitbf94c653f4291ba2db506453e0e00a82fe06b70a
treef43f4f63ea7c4ec93606b0a1826668b143b0154e
parent131801d14dfc4f0b2b79103612c88e2e282ff158
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)

This was an indentation error introduced in 2844aa6a
Tools/scripts/summarize_stats.py