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

Commit7bf93f5

Browse files
committed
Fix handling of SystemExit arguments (fixes#995)
1 parentd58e392 commit7bf93f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bpython/curtsiesfrontend/coderunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Unfinished(RequestFromCodeRunner):
5252
classSystemExitRequest(RequestFromCodeRunner):
5353
"""Running code raised a SystemExit"""
5454

55-
def__init__(self,args):
55+
def__init__(self,*args):
5656
self.args=args
5757

5858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp