Skip to content

Commit a682a6a

Browse files
committed
MAINT: raise exception for missing dependency
1 parent c529bfd commit a682a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def get_enhanced_table(result):
218218
print(
219219
"Could not import astropy-regions, which is a requirement for get_enhanced_table function in alma."
220220
"Please refer to http://astropy-regions.readthedocs.io/en/latest/installation.html for how to install it.")
221+
raise
221222

222223
def _parse_stcs_string(input):
223224
csys = 'icrs'

0 commit comments

Comments
 (0)