Skip to content

Commit

Permalink
Merge pull request #869 from girder/improve-upload
Browse files Browse the repository at this point in the history
Improve annotation upload.
  • Loading branch information
manthey authored May 30, 2022
2 parents f5764c3 + b479120 commit f6378e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6378e5

Please sign in to comment.