Skip to content

Commit 11539fa

Browse files
authored
Merge pull request #1931 from andamian/alma-sia2
Fixed SIA path in alma
2 parents a226142 + fda05a4 commit 11539fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
ALMA_TAP_PATH = 'tap'
40-
ALMA_SIA_PATH = 'sia'
40+
ALMA_SIA_PATH = 'sia2'
4141

4242
# Map from ALMA ObsCore result to ALMA original query result
4343
# The map is provided in order to preserve the name of the columns in the

0 commit comments

Comments
 (0)