Skip to content

Fix download URL logging#4325

Open
goktugozkanmd wants to merge 1 commit into
stanford-crfm:mainfrom
goktugozkanmd:goktugo/fix-ensure-file-downloaded-logging
Open

Fix download URL logging#4325
goktugozkanmd wants to merge 1 commit into
stanford-crfm:mainfrom
goktugozkanmd:goktugo/fix-ensure-file-downloaded-logging

Conversation

@goktugozkanmd

Copy link
Copy Markdown

Summary

  • replace the literal Downloading source_url message with HELM's structured logger and the actual URL
  • add a regression test for the urllib download path

Fixes #4322.

Verification

  • uv run pytest -q src/helm/common/test_general.py -> 7 passed, 1 skipped
  • uv run ruff check src/helm/common/general.py src/helm/common/test_general.py -> passed
  • git diff --check -> passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ensure_file_downloaded logs literal string "source_url" instead of the URL being downloaded

1 participant