We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2996c commit f18726eCopy full SHA for f18726e
1 file changed
src/latch/utils.py
@@ -185,7 +185,7 @@ def current_workspace() -> str:
185
return ws
186
187
raise NoWorkspaceSelectedError(
188
- "No workspace selected. Make sure you have access to a workspace, then run `latch workspace` to choose one or set `LATCH_WORKSPACE`."
+ "No workspaces found. Please create a workspace at https://console.latch.bio before proceeding."
189
)
190
191
0 commit comments