Skip to content

Commit 32a9d82

Browse files
committed
Print error message
1 parent d70d3e9 commit 32a9d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/esasky/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,8 @@ def _parse_xml_table(self, response):
781781
table = first_table.to_table(use_names_over_ids = True)
782782
return table
783783
except Exception as ex:
784+
print(response.status_code())
785+
print(response)
784786
self.response = response
785787
self.table_parse_error = ex
786788
raise TableParseError(

0 commit comments

Comments
 (0)