Skip to content

Commit

Permalink
Typo in shutdown with answer_yes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Apr 24, 2021
1 parent 6a3fc57 commit a561051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ def _confirm_exit(self):
info(_i18n('interrupted'))
# Check if answer_yes is set
if self.answer_yes:
self.log.critical(_("Shutting down..."))
self.log.critical(_i18n("Shutting down..."))
# schedule stop on the main thread,
# since this might be called from a signal handler
self.io_loop.add_callback_from_signal(self.io_loop.stop)
Expand Down

0 comments on commit a561051

Please sign in to comment.