Skip to content

Commit 72b3eca

Browse files
docs: add comment
1 parent 98ee0e6 commit 72b3eca

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/projects

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _replace_uuids(node: str | list | dict) -> str | list | dict:
9393
project_copy["ui"].get("slideshow", {})
9494
)
9595

96-
# exclude conversations
96+
# exclude annotations UI info for conversations done in the source project
9797
annotations = project_copy.get("ui", {}).get("annotations", {}).copy()
9898
for ann_id, ann in annotations.items():
9999
if ann["type"] == "conversation":

0 commit comments

Comments
 (0)