Skip to content

Commit f813b8f

Browse files
mhsarmientojespinosaar
authored andcommitted
at ../astroquery/utils/tap/xmlparser/utils.ty method 'get_suitable_astropy_format', the corresponding return type for 'votable_plain' has been changed to 'votable'
1 parent cf53770 commit f813b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/utils/tap/xmlparser/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_suitable_astropy_format(output_format):
5757
elif 'csv' == output_format:
5858
return 'ascii.csv'
5959
elif 'votable_plain' == output_format:
60-
return 'ascii'
60+
return 'votable'
6161
return output_format
6262

6363

0 commit comments

Comments
 (0)