We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf5501 commit 0116242Copy full SHA for 0116242
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