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.
1 parent 4842cc6 commit 20d6912Copy full SHA for 20d6912
astroquery/utils/tap/xmlparser/tests/test_xmlparser.py
@@ -69,7 +69,7 @@ def test_table_list_parser():
69
70
def test_table_list_parser_with_size_bytes():
71
fileName = data_path('test_tables_gaia.xml')
72
- file = open(fileName, 'r')
+ file = open(fileName, 'r', encoding="utf8")
73
parser = TableSaxParser()
74
tables = parser.parseData(file)
75
assert len(tables) == 3
0 commit comments