X Tutup
Skip to content

Commit e2199b7

Browse files
committed
Actually enable the code for showing the banner only once (whoops).
1 parent 8e6195f commit e2199b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpdb/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self):
3535

3636
def postloop(self):
3737
# We only want to show the intro message once.
38-
#self.intro = None
38+
self.intro = None
3939
pdb.Pdb.postloop(self)
4040

4141
### cmd.Cmd commands

0 commit comments

Comments
 (0)
X Tutup