Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openml/_api_calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def _download_minio_file(
if destination.is_file() and destination.suffix == ".zip":
with zipfile.ZipFile(destination, "r") as zip_ref:
zip_ref.extractall(destination.parent)
destination.unlink()

except minio.error.S3Error as e:
if e.message is not None and e.message.startswith("Object does not exist"):
Expand Down