From fc7cb685ff0c9a05f8e297be032349bbf63149bf Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Thu, 6 Feb 2025 14:41:25 +0100 Subject: [PATCH] Fix a typo in gis_document.py --- python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py b/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py index 04b598104..3d0bf9b27 100644 --- a/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py +++ b/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py @@ -726,7 +726,7 @@ def _path_to_comm(cls, filePath: Optional[str]) -> Dict: else: raise ValueError("File extension is not supported!") return dict( - path=path, format=format, contentType=contentType, createydoc=path is None + path=path, format=format, contentType=contentType, create_ydoc=path is None )