We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3ad3a commit fb07d96Copy full SHA for fb07d96
bpython/repl.py
@@ -1001,7 +1001,7 @@ def open_in_external_editor(self, filename):
1001
editor_args = shlex.split(prepare_for_exec(self.config.editor,
1002
encoding))
1003
args = editor_args + [prepare_for_exec(filename, encoding)]
1004
- return subprocess.call(args) == 0:
+ return subprocess.call(args) == 0
1005
1006
def edit_config(self):
1007
if not (os.path.isfile(self.config.config_path)):
0 commit comments