Skip to content

Commit

Permalink
special_kernel_error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Nov 13, 2023
1 parent c659997 commit 8a204ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/widgets/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def kernel_configure_callback(self, dic):
for key, value in dic.items():
if key == "faulthandler":
self.kernel_handler.faulthandler_setup(value)
elif key == "special_kernel":
elif key == "special_kernel_error":
self.ipyclient._show_special_console_error(value)

def pop_execute_queue(self):
Expand Down

0 comments on commit 8a204ae

Please sign in to comment.