Skip to content

Commit

Permalink
unpinnnnn
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed May 28, 2024
1 parent ed0ca3e commit 76ec4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/kagglehub.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def do_GET(self):
filepath = f"/input/tests/data/kagglehub/models/{model_handle}/{path}"
if not os.path.isfile(filepath):
self.send_error(404, "Internet is disabled in our tests "
"kagglehub uses a fake API server "
"kagglehub uses a fake API server. "
f"Use `kagglehub.model_download('{model_handle}', path='{path}')` to download the missing file "
f"and copy it to `./docker-python/tests/data/kagglehub/models/{model_handle}/{path}`.")
return
Expand Down

0 comments on commit 76ec4d8

Please sign in to comment.