Skip to content

Commit 9b091a0

Browse files
author
Bob Strahan
committed
Fix: Use as Evaluation Baseline resets status to Queued
1 parent bdb36d3 commit 9b091a0

File tree

1 file changed

+2
-1
lines changed
  • src/lambda/copy_to_baseline_resolver

1 file changed

+2
-1
lines changed

src/lambda/copy_to_baseline_resolver/index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ def update_document_copy_status(object_key, evaluation_status=None):
238238
# Create a minimal document for update
239239
document = Document(
240240
id=object_key,
241-
input_key=object_key
241+
input_key=object_key,
242+
status=Status.COMPLETED
242243
)
243244
logger.info(f"Created document object with ID: {object_key}")
244245

0 commit comments

Comments
 (0)