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 cb53d0e commit 9885a25Copy full SHA for 9885a25
gluepyter/glue_ydoc.py
@@ -260,3 +260,4 @@ def add_links_to_contents(self, links: Dict[str, Dict], contents: Dict):
260
link[f"cids{i}"] = list_name
261
contents[link_name] = link
262
contents[self._data_collection_name]["links"].append(link_name)
263
+ contents[self._data_collection_name]["links"].sort()
0 commit comments