From b4791205d6dd596235cc7c2806a0f1c8133789aa Mon Sep 17 00:00:00 2001 From: David Manthey Date: Mon, 30 May 2022 11:23:16 -0400 Subject: [PATCH] Improve annotation upload. --- girder_annotation/girder_large_image_annotation/handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/girder_annotation/girder_large_image_annotation/handlers.py b/girder_annotation/girder_large_image_annotation/handlers.py index 8cacbf34b..8f18d8ea9 100644 --- a/girder_annotation/girder_large_image_annotation/handlers.py +++ b/girder_annotation/girder_large_image_annotation/handlers.py @@ -126,6 +126,7 @@ def process_annotations(event): if not isinstance(data, list): data = [data] + data = [entry['annotation'] if 'annotation' in entry else entry for entry in data] # Check some of the early elements to see if there are any girderIds # that need resolution. if 'uuid' in results: