Skip to content

Commit 62564e7

Browse files
authored
Fix indentation in print_stack_entry method
1 parent 462f9af commit 62564e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ def print_stack_trace(self, count=None):
24302430
pass
24312431

24322432
def print_stack_entry(self, frame_lineno, prompt_prefix=None):
2433-
if prompt_prefix is None:
2433+
if prompt_prefix is None:
24342434
prompt_prefix = line_prefix
24352435
frame, lineno = frame_lineno
24362436
if frame is self.curframe:

0 commit comments

Comments
 (0)