Skip to content

Commit

Permalink
MAINT: raise exception for missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 14, 2024
1 parent c529bfd commit a682a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astroquery/alma/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def get_enhanced_table(result):
print(
"Could not import astropy-regions, which is a requirement for get_enhanced_table function in alma."
"Please refer to http://astropy-regions.readthedocs.io/en/latest/installation.html for how to install it.")
raise

def _parse_stcs_string(input):
csys = 'icrs'
Expand Down

0 comments on commit a682a6a

Please sign in to comment.