Skip to content

Commit c0b3377

Browse files
committed
debug fixes
1 parent d6fe96a commit c0b3377

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,8 +1891,8 @@ def _dataset_data_file_is_downloaded(did: int):
18911891
if not cache_directory.exists():
18921892
TestBase.logger.warning(f"Cache directory {cache_directory} does not exist. Data file is not downloaded.")
18931893
TestBase.logger.warning(
1894-
f"Contents of cache directory: {list((Path(openml.config.get_cache_directory()) / 'minio').iterdir())}"
1895-
)
1894+
f"Contents of cache directory: {list((Path(openml.config.get_cache_directory()) / 'minio' / 'minio').iterdir())}"
1895+
)
18961896
return False
18971897
return any(f.suffix in (".pq", ".arff") for f in cache_directory.iterdir())
18981898

0 commit comments

Comments
 (0)