We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1a7d0e + 0116242 commit a0ff1c1Copy full SHA for a0ff1c1
1 file changed
roboflow/core/workspace.py
@@ -621,7 +621,7 @@ def _upload_zip(
621
except Exception as e:
622
error_message = str(e)
623
status_code = str(res.status_code)
624
-
+
625
print("\n\033[91m❌ ERROR\033[0m: Failed to get model deployment URL")
626
print("\033[93mDetails\033[0m:", error_message)
627
print("\033[93mStatus\033[0m:", status_code)
0 commit comments