FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Pass the banner argument correctly to main() in embed(). · godhelpjun/bpython@e6056e6 · GitHub

forked from bpython/bpython

Commit e6056e6

Browse files
committed
Pass the banner argument correctly to main() in embed().
1 parent 4cdfca7 commit e6056e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
def embed(locals_=None, args=['-i', '-q'], banner=None):
2828
from bpython.cli import main
29-
return main(args, locals_)
29+
return main(args, locals_, banner)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL