-
Notifications
You must be signed in to change notification settings - Fork 37
Milestone
Description
specify7/specifyweb/specify/update_locality.py
Lines 425 to 436 in c4f8414
def upload_locality_set(collection, column_headers: list[str], data: list[list[str]], progress: Optional[Progress] = None) -> Union[UploadSuccess, UploadParseError]: | |
to_upload, errors = parse_locality_set( | |
collection, column_headers, data, progress) | |
if len(errors) > 0: | |
return { | |
"type": "ParseError", | |
"errors": errors | |
} | |
return upload_from_parsed(to_upload, progress) |
Metadata
Metadata
Assignees
Labels
No labels