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 9eedb90 + f3303f6 commit d04d163Copy full SHA for d04d163
1 file changed
openml/tasks/functions.py
@@ -128,8 +128,6 @@ def list_tasks(task_type_id=None, offset=None, size=None, tag=None):
128
129
def _list_tasks(api_call):
130
xml_string = _perform_api_call(api_call)
131
- with open('/tmp/list_tasks.xml', 'w') as fh:
132
- fh.write(xml_string)
133
tasks_dict = xmltodict.parse(xml_string)
134
# Minimalistic check if the XML is useful
135
if 'oml:tasks' not in tasks_dict:
0 commit comments