Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Apr 9, 2024
1 parent ae88736 commit b51e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio_tools/core/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_local_path(
# hostname check
if not hostname:
raise FileNotFoundError(
f"Can't resolve url, neither hostname or project_dir passed: {url}."
f"Can't resolve url, neither hostname or project_dir passed: {url}. "
"You can set LABEL_STUDIO_URL environment variable to use it as a hostname."
)
# uploaded and local storage file
Expand Down

0 comments on commit b51e5d5

Please sign in to comment.