Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_log() got an unexpected keyword argument 'end' #1150

Closed
krassowski opened this issue Dec 23, 2022 · 1 comment · Fixed by #1151
Closed

_log() got an unexpected keyword argument 'end' #1150

krassowski opened this issue Dec 23, 2022 · 1 comment · Fixed by #1151
Labels

Comments

@krassowski
Copy link
Collaborator

I cannot kill server with ctrl+c, not sure if trackback is related but looks like a bug:

    self._target(*self._args, **self._kwargs)
  File "//jupyter_server/serverapp.py", line 2241, in _confirm_exit
    info(_i18n("No answer for 5s:"), end=" ")
  File "/python3.8/logging/__init__.py", line 1434, in info
    self._log(INFO, msg, args, **kwargs)
TypeError: _log() got an unexpected keyword argument 'end'

info(_i18n("No answer for 5s:"), end=" ")

  • Jupyter Server 2.0.4
  • Python 3.8
@krassowski krassowski added the bug label Dec 23, 2022
@krassowski
Copy link
Collaborator Author

It appears to have been introduced recently in #1114.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant