Skip to content

Commit 455d9bb

Browse files
Remove space
1 parent 9c83026 commit 455d9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def _get_pid_from_process(self, process):
725725
self.error(f"Invalid process {process!r}")
726726
return None
727727

728-
return pid
728+
return pid
729729

730730
def interaction(self, frame, tb_or_exc):
731731
# Restore the previous signal handler at the Pdb prompt.

0 commit comments

Comments
 (0)