Skip to content

Commit a0ff1c1

Browse files
committed
Merge branch 'lean/improved-error-msg' of github.com:roboflow/roboflow-python into lean/improved-error-msg
2 parents e1a7d0e + 0116242 commit a0ff1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def _upload_zip(
621621
except Exception as e:
622622
error_message = str(e)
623623
status_code = str(res.status_code)
624-
624+
625625
print("\n\033[91m❌ ERROR\033[0m: Failed to get model deployment URL")
626626
print("\033[93mDetails\033[0m:", error_message)
627627
print("\033[93mStatus\033[0m:", status_code)

0 commit comments

Comments
 (0)