Skip to content

Commit c6010b9

Browse files
authored
Fix a typo in gis_document.py (#448)
1 parent 2669fad commit c6010b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def _path_to_comm(cls, filePath: Optional[str]) -> Dict:
726726
else:
727727
raise ValueError("File extension is not supported!")
728728
return dict(
729-
path=path, format=format, contentType=contentType, createydoc=path is None
729+
path=path, format=format, contentType=contentType, create_ydoc=path is None
730730
)
731731

732732

0 commit comments

Comments
 (0)