From b8968838ae8bdabfed75771a7c200e9954587af6 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Thu, 8 Aug 2024 10:18:32 +0200 Subject: [PATCH] Update nmdc_runtime/site/ops.py Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com> --- nmdc_runtime/site/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmdc_runtime/site/ops.py b/nmdc_runtime/site/ops.py index 8345c754..e96554db 100644 --- a/nmdc_runtime/site/ops.py +++ b/nmdc_runtime/site/ops.py @@ -545,7 +545,7 @@ def _add_schema_docs_with_or_without_replacement( if all(coll_index_on_id_map[coll] for coll in docs.keys()): replace = True elif all(not coll_index_on_id_map[coll] for coll in docs.keys()): - # XXX: This is a hack because e.g. + # FIXME: XXX: This is a hack because e.g. # documents should be unique with compound key (metagenome_annotation_id, gene_function_id) # and yet this is not explicit in the schema. One potential solution is to auto-generate an `id` # as a deterministic hash of the compound key.