Skip to content

Commit 5e1fcf1

Browse files
push
1 parent 3aa2137 commit 5e1fcf1

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Lib/idlelib/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def print_exc_group(typ, exc, tb, prefix=""):
260260
else:
261261
print(f"{prefix}| Exception Group Traceback (most recent call last):", file=efile)
262262
tbe = traceback.extract_tb(tb)
263-
cleanup_traceback(tbe, exclude)
263+
cleanup_traceback(tbe, exclude)
264264
for line in traceback.format_list(tbe):
265265
for subline in line.rstrip().splitlines():
266266
print(f"{prefix2}| {subline}", file=efile)

Misc/NEWS.d/next/IDLE/2025-10-05-19-27-50.gh-issue-139551.TX9BRc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)