Skip to content

Commit 08a3fd7

Browse files
committed
fix some messages
1 parent c702c5c commit 08a3fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboflow/core/workspace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,10 @@ def _upload_zip(
617617
try:
618618
res.raise_for_status()
619619
except Exception as e:
620-
print(f"An error occured when getting the model upload URL: {e}")
620+
print(f"An error occured when getting the model deployment URL: {e}")
621621
return
622622

623-
# TODO: Need to check why we use that
623+
# Upload the model to the signed URL
624624
res = requests.put(
625625
res.json()["url"],
626626
data=open(os.path.join(model_path, model_file_name), "rb"),

0 commit comments

Comments
 (0)