We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d312c6 + 5ad69a5 commit 50035d3Copy full SHA for 50035d3
astroquery/eso/core.py
@@ -88,7 +88,7 @@ def _activate_form(self, response, form_index=0, inputs={}, cache=True,
88
if tag_name == 'input':
89
is_file = (form_elem.get('type') == 'file')
90
value = form_elem.get('value')
91
- if form_elem.get('type') == 'checkbox':
+ if form_elem.get('type') in ['checkbox','radio']:
92
if form_elem.has_attr('checked'):
93
if not value:
94
value = 'on'
0 commit comments