We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58e392 commit 7bf93f5Copy full SHA for 7bf93f5
bpython/curtsiesfrontend/coderunner.py
@@ -52,7 +52,7 @@ class Unfinished(RequestFromCodeRunner):
52
class SystemExitRequest(RequestFromCodeRunner):
53
"""Running code raised a SystemExit"""
54
55
- def __init__(self, args):
+ def __init__(self, *args):
56
self.args = args
57
58
0 commit comments