Skip to content

Commit 503751f

Browse files
more cleanup
1 parent b41d20a commit 503751f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/curtsies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main(args=None, locals_=None, banner=None):
2020
config, options, exec_args = bpargs.parse(args, (
2121
'scroll options', None, [
2222
Option('--log', '-L', action='store_true',
23-
help=_("log debug messages to scroll.log")),
23+
help=_("log debug messages to bpython-curtsies.log")),
2424
Option('--type', '-t', action='store_true',
2525
help=_("enter lines of file as though interactively typed")),
2626
]))
@@ -53,7 +53,6 @@ def main(args=None, locals_=None, banner=None):
5353
def mainloop(config, locals_, banner, interp=None, paste=None):
5454
with Terminal(paste_mode=True) as tc:
5555
with Window(tc, keep_last_line=True, hide_cursor=False) as term:
56-
#TODO why need to make repl first
5756
with Repl(config=config,
5857
locals_=locals_,
5958
stuff_a_refresh_request=tc.stuff_a_refresh_request,

0 commit comments

Comments
 (0)