Skip to content

Commit efb143f

Browse files
Update openml/datasets/functions.py
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
1 parent 60f1453 commit efb143f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/datasets/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _list_datasets(
191191
if value is not None:
192192
api_call += f"/{operator}/{value}"
193193
if data_id is not None:
194-
api_call += f"/data_id/{','.join([str(int(i)}" for i in data_id]))
194+
api_call += f"/data_id/{','.join([str(int(i)) for i in data_id])}"
195195
return __list_datasets(api_call=api_call)
196196

197197

0 commit comments

Comments
 (0)