Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27ef9d9

Browse files
committed
urwid: Use the correct repl variable
repl is imported from bpython, myrepl is the actual object.
1 parentbd11ff7 commit27ef9d9

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
ifbannerisnotNone:
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)

[8]ページ先頭

©2009-2025 Movatter.jp