We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47305e4 commit 3fa907eCopy full SHA for 3fa907e
projects/jupyter-server-ydoc/jupyter_server_ydoc/loaders.py
@@ -223,7 +223,7 @@ async def maybe_notify(self) -> None:
223
filepath_change = True
224
225
# Get model metadata; format and type are not need
226
- model = await ensure_async(self._contents_manager.get(path, content=False))
+ model = await ensure_async(self._contents_manager.get(self.path, content=False))
227
228
if self.last_modified is not None and self.last_modified < model["last_modified"]:
229
do_notify = True
0 commit comments