You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since jupyter-fs==0.4.0 was released, two tests fail with the error 'coroutine' object is not subscriptable:
FAILED tests/test_contentsmanager.py::test_config_jupytext_jupyter_fs_meta_manager - tornado.web.HTTPError: HTTP 500: Internal Server Error (Unexpected error while saving file: 13be37db:script.py 'coroutine' object is not subscriptable)
FAILED tests/test_contentsmanager.py::test_jupytext_jupyter_fs_metamanager - tornado.web.HTTPError: HTTP 500: Internal Server Error (Unexpected error while saving file: dc992553:notebook.ipynb 'coroutine' object is not subscriptable)
The text was updated successfully, but these errors were encountered:
Since
jupyter-fs==0.4.0
was released, two tests fail with the error'coroutine' object is not subscriptable
:The text was updated successfully, but these errors were encountered: