Skip to content

Commit 11286a0

Browse files
committed
Do not use VizierList for -out
1 parent dd2fe54 commit 11286a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def _args_to_payload(self, *args, **kwargs):
576576
if columns_default:
577577
body['-out'] = '*'
578578
else:
579-
body['-out'] = columns_out
579+
body['-out'] = ','.join(columns_out)
580580

581581
if columns_out:
582582
body['-out.add'] = ','.join(columns_out)

0 commit comments

Comments
 (0)