Skip to content

Commit

Permalink
missing field returned object
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Oct 8, 2024
1 parent 1b0c79e commit f4cfc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdci_data_analysis/analysis/drupal_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@ def resolve_name(local_name_resolver_url: str, external_name_resolver_url: str,
resolved_obj['RA'] = float(ra_tag.text)
resolved_obj['DEC'] = float(dec_tag.text)
resolved_obj['entity_portal_link'] = entities_portal_url.format(quoted_name)
resolved_obj['message'] = f'{name} successfully resolved'

try:
Simbad.add_votable_fields("otype")
Expand Down

0 comments on commit f4cfc7d

Please sign in to comment.