Skip to content

Commit efb3174

Browse files
Merge pull request bpython#362 from lu-zero/master
urwid: Use correct repl
2 parents bd11ff7 + 27ef9d9 commit efb3174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/urwid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,8 @@ def start(main_loop, user_data):
12891289
encode=False)
12901290

12911291
if banner is not None:
1292-
repl.write(banner)
1293-
repl.write('\n')
1292+
myrepl.write(banner)
1293+
myrepl.write('\n')
12941294
myrepl.start()
12951295

12961296
# This bypasses main_loop.set_alarm_in because we must *not*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy