Skip to content

Commit

Permalink
fix download logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
1 parent 262d9e1 commit 1bd6dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/datasets/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def fetch_ml(name: str, base_dir: Path):

test_file = base_dir / ML_DATASETS[name]
if test_file.exists():
_log.info(test_file, "already exists")
_log.info("%s already exists", test_file)
return

_log.info("downloading data set %s", name)
Expand Down

0 comments on commit 1bd6dfb

Please sign in to comment.