Skip to content

Commit a561051

Browse files
committedApr 24, 2021
Typo in shutdown with answer_yes
1 parent 6a3fc57 commit a561051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jupyter_server/serverapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ def _confirm_exit(self):
16201620
info(_i18n('interrupted'))
16211621
# Check if answer_yes is set
16221622
if self.answer_yes:
1623-
self.log.critical(_("Shutting down..."))
1623+
self.log.critical(_i18n("Shutting down..."))
16241624
# schedule stop on the main thread,
16251625
# since this might be called from a signal handler
16261626
self.io_loop.add_callback_from_signal(self.io_loop.stop)

0 commit comments

Comments
 (0)
Please sign in to comment.