Skip to content

Commit

Permalink
add missing format string
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvikas authored Dec 18, 2024
1 parent 8409313 commit b26f09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/jupyterlab_jupytext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def load_jupyter_server_extension(app): # pragma: no cover
base_class = app.contents_manager_class
if asyncio.iscoroutinefunction(base_class.get):
app.log.warning(
"[Jupytext Server Extension] Async contents managers like {base_class.__name__} "
f"[Jupytext Server Extension] Async contents managers like {base_class.__name__} "
"are not supported at the moment "
"(https://github.com/mwouts/jupytext/issues/1020). "
"We will derive a contents manager from LargeFileManager instead."
Expand Down

0 comments on commit b26f09d

Please sign in to comment.